#787667

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

Shades of Dove Grey #787667

Tints of Dove Grey #787667

Color information

#787667 (or 0x787667) is unknown color: approx Dove Grey. HEX triplet: 78, 76 and 67. RGB value is (120,118,103). Sum of RGB (Red+Green+Blue) = 120+118+103=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #787667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787667 is #878998. Grayscale: #747474. Windows color (decimal): -8882585 or 6780536. OLE color: 6780536.

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

Color convert

RGB120118103-
CMYK00.020.140.53
HSL52.94º7.62%43.73%-
HSV(B)52.94º14.17%47.06%-
XYZ16.6717.9315.41-
YUV116.89120.16130.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=35.19%
G=34.60%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011810300.020.140.5352.947.6243.73
Hex78766702E353582c
Octal170166147021665651054
Binary11110001110110110011101011101101011101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787667; }

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

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

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

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

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

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

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

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