#877E50

Color #877E50 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #877E50

Tints of Clay Creek #877E50

Color information

#877E50 (or 0x877E50) is unknown color: approx Clay Creek. HEX triplet: 87, 7E and 50. RGB value is (135,126,80). Sum of RGB (Red+Green+Blue) = 135+126+80=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #877E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E50 is #7881AF. Grayscale: #7B7B7B. Windows color (decimal): -7897520 or 5275271. OLE color: 5275271.

HSL color Cylindrical-coordinate representation of color #877E50: hue angle of 50.18º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #877E50 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13512680-
CMYK00.070.410.47
HSL50.18º25.58%42.16%-
HSV(B)50.18º40.74%52.94%-
XYZ18.920.6510.58-
YUV123.45103.48136.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=39.59%
G=36.95%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351268000.070.410.4750.1825.5842.16
Hex877E5007292F321a2a
Octal207176120075157623252
Binary1000011111111101010000011110100110111111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877E50; }

 p { color: rgb(135,126,80); }

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

<style>
 a { background-color: #877E50; }

 a { background-color: rgb(135,126,80); }

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

<style>
 span { border-color: #877E50; }

 span { border-color: rgb(135,126,80); }

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