#78746B

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

Shades of Dove Grey #78746B

Tints of Dove Grey #78746B

Color information

#78746B (or 0x78746B) is unknown color: approx Dove Grey. HEX triplet: 78, 74 and 6B. RGB value is (120,116,107). Sum of RGB (Red+Green+Blue) = 120+116+107=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #78746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78746B is #878B94. Grayscale: #747474. Windows color (decimal): -8883093 or 7042168. OLE color: 7042168.

HSL color Cylindrical-coordinate representation of color #78746B: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78746B is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB120116107-
CMYK00.030.110.53
HSL41.54º5.73%44.51%-
HSV(B)41.54º10.83%47.06%-
XYZ16.6417.5516.42-
YUV116.17122.83130.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=34.99%
G=33.82%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011610700.030.110.5341.545.7344.51
Hex78746B03B352a62d
Octal17016415303136552655
Binary1111000111010011010110111011110101101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78746B; }

 p { color: rgb(120,116,107); }

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

<style>
 a { background-color: #78746B; }

 a { background-color: rgb(120,116,107); }

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

<style>
 span { border-color: #78746B; }

 span { border-color: rgb(120,116,107); }

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