#797768

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

Shades of Dove Grey #797768

Tints of Dove Grey #797768

Color information

#797768 (or 0x797768) is unknown color: approx Dove Grey. HEX triplet: 79, 77 and 68. RGB value is (121,119,104). Sum of RGB (Red+Green+Blue) = 121+119+104=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 121 - color contains mainly: red. Hex color #797768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797768 is #868897. Grayscale: #757575. Windows color (decimal): -8816792 or 6846329. OLE color: 6846329.

HSL color Cylindrical-coordinate representation of color #797768: 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 #797768 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB121119104-
CMYK00.020.140.53
HSL52.94º7.56%44.12%-
HSV(B)52.94º14.05%47.45%-
XYZ16.9818.2615.73-
YUV117.89120.16130.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=35.17%
G=34.59%
B=30.23%

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
Decimal12111910400.020.140.5352.947.5644.12
Hex79776802E353582c
Octal171167150021665651054
Binary11110011110111110100001011101101011101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797768; }

 p { color: rgb(121,119,104); }

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

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

 a { background-color: rgb(121,119,104); }

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

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

 span { border-color: rgb(121,119,104); }

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