#779277

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

Shades of Davy's Grey #779277

Tints of Davy's Grey #779277

Color information

#779277 (or 0x779277) is unknown color: approx Davy's Grey. HEX triplet: 77, 92 and 77. RGB value is (119,146,119). Sum of RGB (Red+Green+Blue) = 119+146+119=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #779277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779277 is #886D88. Grayscale: #868686. Windows color (decimal): -8940937 or 7836279. OLE color: 7836279.

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

Color convert

RGB119146119-
CMYK0.1800.180.43
HSL120º11.02%51.96%-
HSV(B)120º18.49%57.25%-
XYZ21.2225.8121.32-
YUV134.85119.05116.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=30.99%
G=38.02%
B=30.99%

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
Decimal1191461190.1800.180.4312011.0251.96
Hex779277120122B78b34
Octal16722216722022531701364
Binary11101111001001011101111001001001010101111110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779277; }

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

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

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

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

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

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

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

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