Html Css Color HEX #76747C Dolphin

📋 copy color: '#76747C'

red 118 ◦ green 116 ◦ blue 124

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

Shades of Dolphin #76747C

Tints of Dolphin #76747C

RGB

 RED value IS 118 (46.48% from 255) = 32.96%

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

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

R = 32.96%
G = 32.4%
B = 34.64%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76747C (or 0x76747C) is known color: Dolphin. HEX triplet: 76, 74 and 7C. RGB value is (118,116,124). Sum of RGB (Red+Green+Blue) = 118+116+124=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #76747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76747C is #898B83. Grayscale: #757575. Windows color (decimal): -9014148 or 8156278. OLE color: 8156278.

HSL color Cylindrical-coordinate representation of color #76747C: hue angle of 255º 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 #76747C is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 116 124 -
CMYK 0.05 0.06 0 0.51
HSL 255º 0.03% 0.47% -
HSV(B) 255º 0.06% 0.49% -
XYZ 17.35 17.8 21.59 -
YUV 117.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 118 116 124 0.05 0.06 0 0.51 255 0.03 0.47
Hex 76 74 7C 5 6 0 33 FF 3 2F
Octal 166 164 174 5 6 0 63 377 3 57
Binary 1110110 1110100 1111100 101 110 0 110011 11111111 11 101111

Color Harmonies of #76747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76747C

Black with #76747C

Text Example


Text Example

White with #76747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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