#877B5F

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

Shades of Stonewall #877B5F

Tints of Stonewall #877B5F

Color information

#877B5F (or 0x877B5F) is unknown color: approx Stonewall. HEX triplet: 87, 7B and 5F. RGB value is (135,123,95). Sum of RGB (Red+Green+Blue) = 135+123+95=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #877B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B5F is #7884A0. Grayscale: #7B7B7B. Windows color (decimal): -7898273 or 6257543. OLE color: 6257543.

HSL color Cylindrical-coordinate representation of color #877B5F: hue angle of 42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877B5F is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13512395-
CMYK00.090.300.47
HSL42º17.39%45.1%-
HSV(B)42º29.63%52.94%-
XYZ19.1420.1413.71-
YUV123.4111.98136.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=38.24%
G=34.84%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351239500.090.300.474217.3945.1
Hex877B5F091E2F2a112d
Octal2071731370113657522155
Binary1000011111110111011111010011111010111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,95); }

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

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

 a { background-color: rgb(135,123,95); }

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

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

 span { border-color: rgb(135,123,95); }

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