#768F77

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

Shades of Davy's Grey #768F77

Tints of Davy's Grey #768F77

Color information

#768F77 (or 0x768F77) is unknown color: approx Davy's Grey. HEX triplet: 76, 8F and 77. RGB value is (118,143,119). Sum of RGB (Red+Green+Blue) = 118+143+119=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #768F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F77 is #897088. Grayscale: #848484. Windows color (decimal): -9007241 or 7835510. OLE color: 7835510.

HSL color Cylindrical-coordinate representation of color #768F77: hue angle of 122.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768F77 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB118143119-
CMYK0.1700.170.44
HSL122.4º10.04%51.18%-
HSV(B)122.4º17.48%56.08%-
XYZ20.6224.8321.16-
YUV132.79120.22117.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=31.05%
G=37.63%
B=31.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181431190.1700.170.44122.410.0451.18
Hex768F77110112C7aa33
Octal16621716721021541721263
Binary11101101000111111101111000101000110110011110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768F77; }

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

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

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

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

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

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

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

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