#779C86

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

Shades of Oxley #779C86

Tints of Oxley #779C86

Color information

#779C86 (or 0x779C86) is unknown color: approx Oxley. HEX triplet: 77, 9C and 86. RGB value is (119,156,134). Sum of RGB (Red+Green+Blue) = 119+156+134=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #779C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C86 is #886379. Grayscale: #8E8E8E. Windows color (decimal): -8938362 or 8821879. OLE color: 8821879.

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

Color convert

RGB119156134-
CMYK0.2400.140.39
HSL144.32º15.74%53.92%-
HSV(B)144.32º23.72%61.18%-
XYZ23.829.4226.98-
YUV142.43123.24111.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=29.10%
G=38.14%
B=32.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561340.2400.140.39144.3215.7453.92
Hex779C86180E27901036
Octal16723420630016472202066
Binary1110111100111001000011011000011101001111001000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,156,134); }

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

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

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

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

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

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

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