#77A47D

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

Shades of Oxley #77A47D

Tints of Oxley #77A47D

Color information

#77A47D (or 0x77A47D) is unknown color: approx Oxley. HEX triplet: 77, A4 and 7D. RGB value is (119,164,125). Sum of RGB (Red+Green+Blue) = 119+164+125=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #77A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A47D is #885B82. Grayscale: #929292. Windows color (decimal): -8936323 or 8234103. OLE color: 8234103.

HSL color Cylindrical-coordinate representation of color #77A47D: hue angle of 128º degrees, saturation: 0.2, 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 #77A47D is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB119164125-
CMYK0.2700.240.36
HSL128º19.82%55.49%-
HSV(B)128º27.44%64.31%-
XYZ24.5831.9524.27-
YUV146.1116.09108.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=29.17%
G=40.20%
B=30.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641250.2700.240.3612819.8255.49
Hex77A47D1B01824801437
Octal16724417533030442002467
Binary1110111101001001111101110110110001001001000000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,125); }

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

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

 a { background-color: rgb(119,164,125); }

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

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

 span { border-color: rgb(119,164,125); }

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