#779177

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

Shades of Davy's Grey #779177

Tints of Davy's Grey #779177

Color information

#779177 (or 0x779177) is unknown color: approx Davy's Grey. HEX triplet: 77, 91 and 77. RGB value is (119,145,119). Sum of RGB (Red+Green+Blue) = 119+145+119=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #779177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779177 is #886E88. Grayscale: #868686. Windows color (decimal): -8941193 or 7836023. OLE color: 7836023.

HSL color Cylindrical-coordinate representation of color #779177: hue angle of 120º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #779177 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB119145119-
CMYK0.1800.180.43
HSL120º10.57%51.76%-
HSV(B)120º17.93%56.86%-
XYZ21.0625.521.27-
YUV134.26119.39117.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=31.07%
G=37.86%
B=31.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451190.1800.180.4312010.5751.76
Hex779177120122B78b34
Octal16722116722022531701364
Binary11101111001000111101111001001001010101111110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779177; }

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

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

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

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

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

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

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

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