#779275

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

Shades of Davy's Grey #779275

Tints of Davy's Grey #779275

Color information

#779275 (or 0x779275) is unknown color: approx Davy's Grey. HEX triplet: 77, 92 and 75. RGB value is (119,146,117). Sum of RGB (Red+Green+Blue) = 119+146+117=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #779275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779275 is #886D8A. Grayscale: #868686. Windows color (decimal): -8940939 or 7705207. OLE color: 7705207.

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

Color convert

RGB119146117-
CMYK0.1800.200.43
HSL115.86º11.74%51.57%-
HSV(B)115.86º19.86%57.25%-
XYZ21.125.7620.69-
YUV134.62118.05116.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=31.15%
G=38.22%
B=30.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191461170.1800.200.43115.8611.7451.57
Hex779275120142B74c34
Octal16722216522024531641464
Binary11101111001001011101011001001010010101111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779275; }

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

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

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

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

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

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

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

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