#768C77

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

Shades of Davy's Grey #768C77

Tints of Davy's Grey #768C77

Color information

#768C77 (or 0x768C77) is unknown color: approx Davy's Grey. HEX triplet: 76, 8C and 77. RGB value is (118,140,119). Sum of RGB (Red+Green+Blue) = 118+140+119=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #768C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C77 is #897388. Grayscale: #838383. Windows color (decimal): -9008009 or 7834742. OLE color: 7834742.

HSL color Cylindrical-coordinate representation of color #768C77: hue angle of 122.73º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768C77 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB118140119-
CMYK0.1600.150.45
HSL122.73º8.73%50.59%-
HSV(B)122.73º15.71%54.9%-
XYZ20.1823.9421.01-
YUV131.03121.21118.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=31.30%
G=37.14%
B=31.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181401190.1600.150.45122.738.7350.59
Hex768C77100F2D7b933
Octal16621416720017551731163
Binary1110110100011001110111100000111110110111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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