#779776

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

Shades of Davy's Grey #779776

Tints of Davy's Grey #779776

Color information

#779776 (or 0x779776) is unknown color: approx Davy's Grey. HEX triplet: 77, 97 and 76. RGB value is (119,151,118). Sum of RGB (Red+Green+Blue) = 119+151+118=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #779776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779776 is #886889. Grayscale: #898989. Windows color (decimal): -8939658 or 7772023. OLE color: 7772023.

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

Color convert

RGB119151118-
CMYK0.2100.220.41
HSL118.18º13.69%52.75%-
HSV(B)118.18º21.85%59.22%-
XYZ21.9427.3621.26-
YUV137.67116.9114.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=30.67%
G=38.92%
B=30.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511180.2100.220.41118.1813.6952.75
Hex779776150162976e35
Octal16722716625026511661665
Binary11101111001011111101101010101011010100111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779776; }

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

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

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

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

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

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

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

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