#779C85

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

Shades of Oxley #779C85

Tints of Oxley #779C85

Color information

#779C85 (or 0x779C85) is unknown color: approx Oxley. HEX triplet: 77, 9C and 85. RGB value is (119,156,133). Sum of RGB (Red+Green+Blue) = 119+156+133=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #779C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C85 is #88637A. Grayscale: #8E8E8E. Windows color (decimal): -8938363 or 8756343. OLE color: 8756343.

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

Color convert

RGB119156133-
CMYK0.2400.150.39
HSL142.7º15.74%53.92%-
HSV(B)142.7º23.72%61.18%-
XYZ23.7329.3926.61-
YUV142.32122.74111.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=29.17%
G=38.24%
B=32.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561330.2400.150.39142.715.7453.92
Hex779C85180F278f1036
Octal16723420530017472172066
Binary1110111100111001000010111000011111001111000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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