Html Css Color HEX #877A5F Stonewall

📋 copy color: '#877A5F'

red 135 ◦ green 122 ◦ blue 95

#877A5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stonewall #877A5F

Tints of Stonewall #877A5F

RGB

 RED value IS 135 (53.13% from 255) = 38.35%

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 38.35%
G = 34.66%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#877A5F (or 0x877A5F) is known color: Stonewall. HEX triplet: 87, 7A and 5F. RGB value is (135,122,95). Sum of RGB (Red+Green+Blue) = 135+122+95=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A5F is #7885A0. Grayscale: #7A7A7A. Windows color (decimal): -7898529 or 6257287. OLE color: 6257287.

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

Color convert

RGB 135 122 95 -
CMYK 0 0.10 0.30 0.47
HSL 40.5º 0.17% 0.45% -
HSV(B) 40.5º 0.3% 0.53% -
XYZ 19.02 19.9 13.66 -
YUV 122.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 135 122 95 0 0.10 0.30 0.47 40.5 0.17 0.45
Hex 87 7A 5F 0 A 1E 2F 28 11 2D
Octal 207 172 137 0 12 36 57 50 21 55
Binary 10000111 1111010 1011111 0 1010 11110 101111 101000 10001 101101

Color Harmonies of #877A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A5F

Black with #877A5F

Text Example


Text Example

White with #877A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #877A5F;
 }
 .AnyTagClassName
 {
   color: #877A5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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