#877F50

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

Shades of Clay Creek #877F50

Tints of Clay Creek #877F50

Color information

#877F50 (or 0x877F50) is unknown color: approx Clay Creek. HEX triplet: 87, 7F and 50. RGB value is (135,127,80). Sum of RGB (Red+Green+Blue) = 135+127+80=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #877F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F50 is #7880AF. Grayscale: #7C7C7C. Windows color (decimal): -7897264 or 5275527. OLE color: 5275527.

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

Color convert

RGB13512780-
CMYK00.060.410.47
HSL51.27º25.58%42.16%-
HSV(B)51.27º40.74%52.94%-
XYZ19.0320.9110.62-
YUV124.03103.15135.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=39.47%
G=37.13%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351278000.060.410.4751.2725.5842.16
Hex877F5006292F331a2a
Octal207177120065157633252
Binary1000011111111111010000011010100110111111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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