#768977

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

Shades of Davy's Grey #768977

Tints of Davy's Grey #768977

Color information

#768977 (or 0x768977) is unknown color: approx Davy's Grey. HEX triplet: 76, 89 and 77. RGB value is (118,137,119). Sum of RGB (Red+Green+Blue) = 118+137+119=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #768977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768977 is #897688. Grayscale: #818181. Windows color (decimal): -9008777 or 7833974. OLE color: 7833974.

HSL color Cylindrical-coordinate representation of color #768977: hue angle of 123.16º 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 #768977 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB118137119-
CMYK0.1400.130.46
HSL123.16º7.45%50%-
HSV(B)123.16º13.87%53.73%-
XYZ19.7523.0720.87-
YUV129.27122.21119.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=31.55%
G=36.63%
B=31.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371190.1400.130.46123.167.4550
Hex768977E0D2E7b732
Octal1662111671601556173762
Binary11101101000100111101111110011011011101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768977; }

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

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

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

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

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

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

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

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