#877C50

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

Shades of Clay Creek #877C50

Tints of Clay Creek #877C50

Color information

#877C50 (or 0x877C50) is unknown color: approx Clay Creek. HEX triplet: 87, 7C and 50. RGB value is (135,124,80). Sum of RGB (Red+Green+Blue) = 135+124+80=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #877C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C50 is #7883AF. Grayscale: #7A7A7A. Windows color (decimal): -7898032 or 5274759. OLE color: 5274759.

HSL color Cylindrical-coordinate representation of color #877C50: hue angle of 48º 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 #877C50 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13512480-
CMYK00.080.410.47
HSL48º25.58%42.16%-
HSV(B)48º40.74%52.94%-
XYZ18.6520.1510.5-
YUV122.27104.14137.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=39.82%
G=36.58%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351248000.080.410.474825.5842.16
Hex877C5008292F301a2a
Octal2071741200105157603252
Binary10000111111110010100000100010100110111111000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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