Html Css Color HEX #77A081 Oxley

📋 copy color: '#77A081'

red 119 ◦ green 160 ◦ blue 129

#77A081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #77A081

Tints of Oxley #77A081

RGB

 RED value IS 119 (46.88% from 255) = 29.17%

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 29.17%
G = 39.22%
B = 31.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#77A081 (or 0x77A081) is known color: Oxley. HEX triplet: 77, A0 and 81. RGB value is (119,160,129). Sum of RGB (Red+Green+Blue) = 119+160+129=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #77A081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A081 is #885F7E. Grayscale: #909090. Windows color (decimal): -8937343 or 8495223. OLE color: 8495223.

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

Color convert

RGB 119 160 129 -
CMYK 0.26 0 0.19 0.37
HSL 134.63º 0.18% 0.55% -
HSV(B) 134.63º 0.26% 0.63% -
XYZ 24.14 30.65 25.41 -
YUV 144.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 119 160 129 0.26 0 0.19 0.37 134.63 0.18 0.55
Hex 77 A0 81 1A 0 13 25 87 12 37
Octal 167 240 201 32 0 23 45 207 22 67
Binary 1110111 10100000 10000001 11010 0 10011 100101 10000111 10010 110111

Color Harmonies of #77A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A081

Black with #77A081

Text Example


Text Example

White with #77A081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A081;
 }
 .AnyTagClassName
 {
   color: #77A081;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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