#78766F

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

Shades of Dove Grey #78766F

Tints of Dove Grey #78766F

Color information

#78766F (or 0x78766F) is unknown color: approx Dove Grey. HEX triplet: 78, 76 and 6F. RGB value is (120,118,111). Sum of RGB (Red+Green+Blue) = 120+118+111=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #78766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78766F is #878990. Grayscale: #757575. Windows color (decimal): -8882577 or 7304824. OLE color: 7304824.

HSL color Cylindrical-coordinate representation of color #78766F: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78766F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120118111-
CMYK00.020.080.53
HSL46.67º3.9%45.29%-
HSV(B)46.67º7.5%47.06%-
XYZ17.0918.117.63-
YUV117.8124.16129.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=34.38%
G=33.81%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011811100.020.080.5346.673.945.29
Hex78766F028352f42d
Octal17016615702106557455
Binary1111000111011011011110101000110101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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