#768976

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

Shades of Davy's Grey #768976

Tints of Davy's Grey #768976

Color information

#768976 (or 0x768976) is unknown color: approx Davy's Grey. HEX triplet: 76, 89 and 76. RGB value is (118,137,118). Sum of RGB (Red+Green+Blue) = 118+137+118=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #768976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768976 is #897689. Grayscale: #818181. Windows color (decimal): -9008778 or 7768438. OLE color: 7768438.

HSL color Cylindrical-coordinate representation of color #768976: hue angle of 120º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768976 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB118137118-
CMYK0.1400.140.46
HSL120º7.45%50%-
HSV(B)120º13.87%53.73%-
XYZ19.6923.0520.55-
YUV129.15121.71120.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=31.64%
G=36.73%
B=31.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371180.1400.140.461207.4550
Hex768976E0E2E78732
Octal1662111661601656170762
Binary11101101000100111101101110011101011101111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768976; }

 p { color: rgb(118,137,118); }

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

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

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

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

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

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

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