#798677

Color #798677 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #798677

Tints of Davy's Grey #798677

Color information

#798677 (or 0x798677) is unknown color: approx Davy's Grey. HEX triplet: 79, 86 and 77. RGB value is (121,134,119). Sum of RGB (Red+Green+Blue) = 121+134+119=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #798677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798677 is #867988. Grayscale: #808080. Windows color (decimal): -8812937 or 7833209. OLE color: 7833209.

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

Color convert

RGB121134119-
CMYK0.1000.110.47
HSL112º5.93%49.61%-
HSV(B)112º11.19%52.55%-
XYZ19.7422.4520.75-
YUV128.4122.69122.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=32.35%
G=35.83%
B=31.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341190.1000.110.471125.9349.61
Hex798677A0B2F70632
Octal1712061671201357160662
Binary11110011000011011101111010010111011111110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798677; }

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

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

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

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

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

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

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

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