#76756F

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

Shades of Dove Grey #76756F

Tints of Dove Grey #76756F

Color information

#76756F (or 0x76756F) is unknown color: approx Dove Grey. HEX triplet: 76, 75 and 6F. RGB value is (118,117,111). Sum of RGB (Red+Green+Blue) = 118+117+111=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #76756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756F is #898A90. Grayscale: #747474. Windows color (decimal): -9013905 or 7304566. OLE color: 7304566.

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

Color convert

RGB118117111-
CMYK00.010.060.54
HSL51.43º3.06%44.9%-
HSV(B)51.43º5.93%46.27%-
XYZ16.717.7217.58-
YUV116.62124.83128.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=34.10%
G=33.82%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711100.010.060.5451.433.0644.9
Hex76756F016363332d
Octal1661651570166663355
Binary1110110111010111011110111011011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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