#78756D

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

Shades of Dove Grey #78756D

Tints of Dove Grey #78756D

Color information

#78756D (or 0x78756D) is unknown color: approx Dove Grey. HEX triplet: 78, 75 and 6D. RGB value is (120,117,109). Sum of RGB (Red+Green+Blue) = 120+117+109=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #78756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78756D is #878A92. Grayscale: #757575. Windows color (decimal): -8882835 or 7173496. OLE color: 7173496.

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

Color convert

RGB120117109-
CMYK00.020.090.53
HSL43.64º4.8%44.9%-
HSV(B)43.64º9.17%47.06%-
XYZ16.8717.8217.02-
YUV116.98123.49130.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=34.68%
G=33.82%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011710900.020.090.5343.644.844.9
Hex78756D029352c52d
Octal17016515502116554555
Binary1111000111010111011010101001110101101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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