#768876

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

Shades of Davy's Grey #768876

Tints of Davy's Grey #768876

Color information

#768876 (or 0x768876) is unknown color: approx Davy's Grey. HEX triplet: 76, 88 and 76. RGB value is (118,136,118). Sum of RGB (Red+Green+Blue) = 118+136+118=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #768876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768876 is #897789. Grayscale: #808080. Windows color (decimal): -9009034 or 7768182. OLE color: 7768182.

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

Color convert

RGB118136118-
CMYK0.1300.130.47
HSL120º7.09%49.8%-
HSV(B)120º13.24%53.33%-
XYZ19.5522.7720.5-
YUV128.57122.04120.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=31.72%
G=36.56%
B=31.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361180.1300.130.471207.0949.8
Hex768876D0D2F78732
Octal1662101661501557170762
Binary11101101000100011101101101011011011111111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768876; }

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

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

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

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

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

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

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

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