#78756E

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

Shades of Dove Grey #78756E

Tints of Dove Grey #78756E

Color information

#78756E (or 0x78756E) is unknown color: approx Dove Grey. HEX triplet: 78, 75 and 6E. RGB value is (120,117,110). Sum of RGB (Red+Green+Blue) = 120+117+110=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 120 - color contains mainly: red. Hex color #78756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78756E is #878A91. Grayscale: #757575. Windows color (decimal): -8882834 or 7239032. OLE color: 7239032.

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

Color convert

RGB120117110-
CMYK00.020.080.53
HSL42º4.35%45.1%-
HSV(B)42º8.33%47.06%-
XYZ16.9217.8417.3-
YUV117.1123.99130.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=34.58%
G=33.72%
B=31.70%

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
Decimal12011711000.020.080.53424.3545.1
Hex78756E028352a42d
Octal17016515602106552455
Binary1111000111010111011100101000110101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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