#77A083

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

Shades of Oxley #77A083

Tints of Oxley #77A083

Color information

#77A083 (or 0x77A083) is unknown color: approx Oxley. HEX triplet: 77, A0 and 83. RGB value is (119,160,131). Sum of RGB (Red+Green+Blue) = 119+160+131=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #77A083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A083 is #885F7C. Grayscale: #909090. Windows color (decimal): -8937341 or 8626295. OLE color: 8626295.

HSL color Cylindrical-coordinate representation of color #77A083: hue angle of 137.56º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A083 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB119160131-
CMYK0.2600.180.37
HSL137.56º17.75%54.71%-
HSV(B)137.56º25.62%62.75%-
XYZ24.2830.726.12-
YUV144.43120.42109.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=29.02%
G=39.02%
B=31.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191601310.2600.180.37137.5617.7554.71
Hex77A0831A012258a1237
Octal16724020332022452122267
Binary11101111010000010000011110100100101001011000101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A083; }

 p { color: rgb(119,160,131); }

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

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

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

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

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

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

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