#779D80

Color #779D80 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #779D80

Tints of Oxley #779D80

Color information

#779D80 (or 0x779D80) is unknown color: approx Oxley. HEX triplet: 77, 9D and 80. RGB value is (119,157,128). Sum of RGB (Red+Green+Blue) = 119+157+128=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #779D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D80 is #88627F. Grayscale: #8E8E8E. Windows color (decimal): -8938112 or 8428919. OLE color: 8428919.

HSL color Cylindrical-coordinate representation of color #779D80: hue angle of 134.21º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779D80 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB119157128-
CMYK0.2400.180.38
HSL134.21º16.24%54.12%-
HSV(B)134.21º24.2%61.57%-
XYZ23.5629.5924.89-
YUV142.33119.91111.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=29.46%
G=38.86%
B=31.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191571280.2400.180.38134.2116.2454.12
Hex779D801801226861036
Octal16723520030022462062066
Binary11101111001110110000000110000100101001101000011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779D80; }

 p { color: rgb(119,157,128); }

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

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

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

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

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

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

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