#877F5D

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

Shades of Clay Creek #877F5D

Tints of Clay Creek #877F5D

Color information

#877F5D (or 0x877F5D) is unknown color: approx Clay Creek. HEX triplet: 87, 7F and 5D. RGB value is (135,127,93). Sum of RGB (Red+Green+Blue) = 135+127+93=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #877F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F5D is #7880A2. Grayscale: #7D7D7D. Windows color (decimal): -7897251 or 6127495. OLE color: 6127495.

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

Color convert

RGB13512793-
CMYK00.060.310.47
HSL48.57º18.42%44.71%-
HSV(B)48.57º31.11%52.94%-
XYZ19.5621.1213.4-
YUV125.52109.65134.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=38.03%
G=35.77%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351279300.060.310.4748.5718.4244.71
Hex877F5D061F2F31122d
Octal207177135063757612255
Binary100001111111111101110101101111110111111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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