#77AB7E

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

Shades of Oxley #77AB7E

Tints of Oxley #77AB7E

Color information

#77AB7E (or 0x77AB7E) is unknown color: approx Oxley. HEX triplet: 77, AB and 7E. RGB value is (119,171,126). Sum of RGB (Red+Green+Blue) = 119+171+126=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AB7E is #885481. Grayscale: #969696. Windows color (decimal): -8934530 or 8301431. OLE color: 8301431.

HSL color Cylindrical-coordinate representation of color #77AB7E: hue angle of 128.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AB7E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB119171126-
CMYK0.3000.260.33
HSL128.08º23.64%56.86%-
HSV(B)128.08º30.41%67.06%-
XYZ25.9434.5525.04-
YUV150.32114.27105.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=28.61%
G=41.11%
B=30.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711260.3000.260.33128.0823.6456.86
Hex77AB7E1E01A21801839
Octal16725317636032412003071
Binary1110111101010111111110111100110101000011000000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,126); }

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

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

 a { background-color: rgb(119,171,126); }

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

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

 span { border-color: rgb(119,171,126); }

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