#779775

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

Shades of Davy's Grey #779775

Tints of Davy's Grey #779775

Color information

#779775 (or 0x779775) is unknown color: approx Davy's Grey. HEX triplet: 77, 97 and 75. RGB value is (119,151,117). Sum of RGB (Red+Green+Blue) = 119+151+117=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #779775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779775 is #88688A. Grayscale: #898989. Windows color (decimal): -8939659 or 7706487. OLE color: 7706487.

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

Color convert

RGB119151117-
CMYK0.2100.230.41
HSL116.47º14.05%52.55%-
HSV(B)116.47º22.52%59.22%-
XYZ21.8927.3420.95-
YUV137.56116.4114.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=30.75%
G=39.02%
B=30.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511170.2100.230.41116.4714.0552.55
Hex779775150172974e35
Octal16722716525027511641665
Binary11101111001011111101011010101011110100111101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779775; }

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

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

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

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

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

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

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

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