Html Css Color HEX #75747C Dolphin

📋 copy color: '#75747C'

red 117 ◦ green 116 ◦ blue 124

#75747C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #75747C

Tints of Dolphin #75747C

RGB

 RED value IS 117 (46.09% from 255) = 32.77%

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 32.77%
G = 32.49%
B = 34.73%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75747C (or 0x75747C) is known color: Dolphin. HEX triplet: 75, 74 and 7C. RGB value is (117,116,124). Sum of RGB (Red+Green+Blue) = 117+116+124=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #75747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75747C is #8A8B83. Grayscale: #757575. Windows color (decimal): -9079684 or 8156277. OLE color: 8156277.

HSL color Cylindrical-coordinate representation of color #75747C: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75747C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 116 124 -
CMYK 0.06 0.06 0 0.51
HSL 247.5º 0.03% 0.47% -
HSV(B) 247.5º 0.06% 0.49% -
XYZ 17.22 17.73 21.58 -
YUV 117.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 117 116 124 0.06 0.06 0 0.51 247.5 0.03 0.47
Hex 75 74 7C 6 6 0 33 F8 3 2F
Octal 165 164 174 6 6 0 63 370 3 57
Binary 1110101 1110100 1111100 110 110 0 110011 11111000 11 101111

Color Harmonies of #75747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75747C

Black with #75747C

Text Example


Text Example

White with #75747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75747C; }

 p { color: rgb(117,116,124); }

 H1.HeaderClassName
 {
   color: #75747C;
 }
 .AnyTagClassName
 {
   color: #75747C;
 }
</style>

background-color css

<style>
 a { background-color: #75747C; }

 a { background-color: rgb(117,116,124); }

 div.DivClassName
 {
   background-color: #75747C;
 }
 .BgClassName
 {
   background-color: #75747C;
 }
</style>

border-color css

<style>
 span { border-color: #75747C; }

 span { border-color: rgb(117,116,124); }

 td.TdClassName
 {
   border-color: #75747C;
 }
 .TagClassName
 {
   border-color: #75747C;
 }
</style>