#77A07B

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

Shades of Oxley #77A07B

Tints of Oxley #77A07B

Color information

#77A07B (or 0x77A07B) is unknown color: approx Oxley. HEX triplet: 77, A0 and 7B. RGB value is (119,160,123). Sum of RGB (Red+Green+Blue) = 119+160+123=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #77A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A07B is #885F84. Grayscale: #8F8F8F. Windows color (decimal): -8937349 or 8102007. OLE color: 8102007.

HSL color Cylindrical-coordinate representation of color #77A07B: hue angle of 125.85º 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 #77A07B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB119160123-
CMYK0.2600.230.37
HSL125.85º17.75%54.71%-
HSV(B)125.85º25.62%62.75%-
XYZ23.7530.4923.37-
YUV143.52116.42110.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=29.60%
G=39.80%
B=30.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191601230.2600.230.37125.8517.7554.71
Hex77A07B1A017257e1237
Octal16724017332027451762267
Binary111011110100000111101111010010111100101111111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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