#77A27C

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

Shades of Oxley #77A27C

Tints of Oxley #77A27C

Color information

#77A27C (or 0x77A27C) is unknown color: approx Oxley. HEX triplet: 77, A2 and 7C. RGB value is (119,162,124). Sum of RGB (Red+Green+Blue) = 119+162+124=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #77A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A27C is #885D83. Grayscale: #909090. Windows color (decimal): -8936836 or 8168055. OLE color: 8168055.

HSL color Cylindrical-coordinate representation of color #77A27C: hue angle of 126.98º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A27C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB119162124-
CMYK0.2700.230.36
HSL126.98º18.78%55.1%-
HSV(B)126.98º26.54%63.53%-
XYZ24.1731.2223.82-
YUV144.81116.25109.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=29.38%
G=40%
B=30.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191621240.2700.230.36126.9818.7855.1
Hex77A27C1B017247f1337
Octal16724217433027441772367
Binary111011110100010111110011011010111100100111111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,124); }

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

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

 a { background-color: rgb(119,162,124); }

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

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

 span { border-color: rgb(119,162,124); }

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