#78756F

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

Shades of Dove Grey #78756F

Tints of Dove Grey #78756F

Color information

#78756F (or 0x78756F) is unknown color: approx Dove Grey. HEX triplet: 78, 75 and 6F. RGB value is (120,117,111). Sum of RGB (Red+Green+Blue) = 120+117+111=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 120 - color contains mainly: red. Hex color #78756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78756F is #878A90. Grayscale: #757575. Windows color (decimal): -8882833 or 7304568. OLE color: 7304568.

HSL color Cylindrical-coordinate representation of color #78756F: hue angle of 40º 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 #78756F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120117111-
CMYK00.020.080.53
HSL40º3.9%45.29%-
HSV(B)40º7.5%47.06%-
XYZ16.9817.8617.59-
YUV117.21124.49129.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=34.48%
G=33.62%
B=31.90%

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
Decimal12011711100.020.080.53403.945.29
Hex78756F028352842d
Octal17016515702106550455
Binary1111000111010111011110101000110101101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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