#779A77

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

Shades of Davy's Grey #779A77

Tints of Davy's Grey #779A77

Color information

#779A77 (or 0x779A77) is unknown color: approx Davy's Grey. HEX triplet: 77, 9A and 77. RGB value is (119,154,119). Sum of RGB (Red+Green+Blue) = 119+154+119=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #779A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A77 is #886588. Grayscale: #8B8B8B. Windows color (decimal): -8938889 or 7838327. OLE color: 7838327.

HSL color Cylindrical-coordinate representation of color #779A77: hue angle of 120º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A77 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB119154119-
CMYK0.2300.230.40
HSL120º14.77%53.53%-
HSV(B)120º22.73%60.39%-
XYZ22.4928.3721.74-
YUV139.54116.4113.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=30.36%
G=39.29%
B=30.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541190.2300.230.4012014.7753.53
Hex779A77170172878f36
Octal16723216727027501701766
Binary11101111001101011101111011101011110100011110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A77; }

 p { color: rgb(119,154,119); }

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

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

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

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

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

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

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