#76756D

Color #76756D Dove Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dove Grey #76756D

Tints of Dove Grey #76756D

Color information

#76756D (or 0x76756D) is unknown color: approx Dove Grey. HEX triplet: 76, 75 and 6D. RGB value is (118,117,109). Sum of RGB (Red+Green+Blue) = 118+117+109=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #76756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756D is #898A92. Grayscale: #747474. Windows color (decimal): -9013907 or 7173494. OLE color: 7173494.

HSL color Cylindrical-coordinate representation of color #76756D: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76756D is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118117109-
CMYK00.010.080.54
HSL53.33º3.96%44.51%-
HSV(B)53.33º7.63%46.27%-
XYZ16.5917.6817.01-
YUV116.39123.83129.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=34.30%
G=34.01%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811710900.010.080.5453.333.9644.51
Hex76756D018363542d
Octal16616515501106665455
Binary111011011101011101101011000110110110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76756D; }

 p { color: rgb(118,117,109); }

 H1.HeaderClassName
 {
   color: #76756D;
 }
 .AnyTagClassName
 {
   color: #76756D;
 }
</style>
background-color css

<style>
 a { background-color: #76756D; }

 a { background-color: rgb(118,117,109); }

 div.DivClassName
 {
   background-color: #76756D;
 }
 .BgClassName
 {
   background-color: #76756D;
 }
</style>
border-color css

<style>
 span { border-color: #76756D; }

 span { border-color: rgb(118,117,109); }

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