#877F5C

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

Shades of Clay Creek #877F5C

Tints of Clay Creek #877F5C

Color information

#877F5C (or 0x877F5C) is unknown color: approx Clay Creek. HEX triplet: 87, 7F and 5C. RGB value is (135,127,92). Sum of RGB (Red+Green+Blue) = 135+127+92=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F5C is #7880A3. Grayscale: #7D7D7D. Windows color (decimal): -7897252 or 6061959. OLE color: 6061959.

HSL color Cylindrical-coordinate representation of color #877F5C: hue angle of 48.84º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877F5C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13512792-
CMYK00.060.320.47
HSL48.84º18.94%44.51%-
HSV(B)48.84º31.85%52.94%-
XYZ19.5121.113.17-
YUV125.4109.15134.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=38.14%
G=35.88%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351279200.060.320.4748.8418.9444.51
Hex877F5C06202F31132d
Octal207177134064057612355
Binary1000011111111111011100011010000010111111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,92); }

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

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

 a { background-color: rgb(135,127,92); }

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

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

 span { border-color: rgb(135,127,92); }

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