#779278

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

Shades of Davy's Grey #779278

Tints of Davy's Grey #779278

Color information

#779278 (or 0x779278) is unknown color: approx Davy's Grey. HEX triplet: 77, 92 and 78. RGB value is (119,146,120). Sum of RGB (Red+Green+Blue) = 119+146+120=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #779278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779278 is #886D87. Grayscale: #878787. Windows color (decimal): -8940936 or 7901815. OLE color: 7901815.

HSL color Cylindrical-coordinate representation of color #779278: hue angle of 122.22º 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 #779278 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB119146120-
CMYK0.1800.180.43
HSL122.22º11.02%51.96%-
HSV(B)122.22º18.49%57.25%-
XYZ21.2825.8421.63-
YUV134.96119.55116.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=30.91%
G=37.92%
B=31.17%

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
Decimal1191461200.1800.180.43122.2211.0251.96
Hex779278120122B7ab34
Octal16722217022022531721364
Binary11101111001001011110001001001001010101111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779278; }

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

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

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

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

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

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

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

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