#779D84

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

Shades of Oxley #779D84

Tints of Oxley #779D84

Color information

#779D84 (or 0x779D84) is unknown color: approx Oxley. HEX triplet: 77, 9D and 84. RGB value is (119,157,132). Sum of RGB (Red+Green+Blue) = 119+157+132=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #779D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D84 is #88627B. Grayscale: #8E8E8E. Windows color (decimal): -8938108 or 8691063. OLE color: 8691063.

HSL color Cylindrical-coordinate representation of color #779D84: hue angle of 140.53º 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 #779D84 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB119157132-
CMYK0.2400.160.38
HSL140.53º16.24%54.12%-
HSV(B)140.53º24.2%61.57%-
XYZ23.8329.726.31-
YUV142.79121.91111.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=29.17%
G=38.48%
B=32.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191571320.2400.160.38140.5316.2454.12
Hex779D8418010268d1036
Octal16723520430020462152066
Binary11101111001110110000100110000100001001101000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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