#779977

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

Shades of Davy's Grey #779977

Tints of Davy's Grey #779977

Color information

#779977 (or 0x779977) is unknown color: approx Davy's Grey. HEX triplet: 77, 99 and 77. RGB value is (119,153,119). Sum of RGB (Red+Green+Blue) = 119+153+119=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #779977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779977 is #886688. Grayscale: #8B8B8B. Windows color (decimal): -8939145 or 7838071. OLE color: 7838071.

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

Color convert

RGB119153119-
CMYK0.2200.220.4
HSL120º14.29%53.33%-
HSV(B)120º22.22%60%-
XYZ22.3328.0421.69-
YUV138.96116.74113.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=30.43%
G=39.13%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531190.2200.220.412014.2953.33
Hex779977160162878e35
Octal16723116726026501701665
Binary11101111001100111101111011001011010100011110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779977; }

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

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

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

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

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

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

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

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