Html Css Color HEX #887A5F Stonewall

📋 copy color: '#887A5F'

red 136 ◦ green 122 ◦ blue 95

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

Shades of Stonewall #887A5F

Tints of Stonewall #887A5F

RGB

 RED value IS 136 (53.52% from 255) = 38.53%

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

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

R = 38.53%
G = 34.56%
B = 26.91%

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

#887A5F (or 0x887A5F) is known color: Stonewall. HEX triplet: 88, 7A and 5F. RGB value is (136,122,95). Sum of RGB (Red+Green+Blue) = 136+122+95=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A5F is #7785A0. Grayscale: #7B7B7B. Windows color (decimal): -7832993 or 6257288. OLE color: 6257288.

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

Color convert

RGB 136 122 95 -
CMYK 0 0.10 0.30 0.47
HSL 39.51º 0.18% 0.45% -
HSV(B) 39.51º 0.3% 0.53% -
XYZ 19.18 19.98 13.67 -
YUV 123.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 136 122 95 0 0.10 0.30 0.47 39.51 0.18 0.45
Hex 88 7A 5F 0 A 1E 2F 28 12 2D
Octal 210 172 137 0 12 36 57 50 22 55
Binary 10001000 1111010 1011111 0 1010 11110 101111 101000 10010 101101

Color Harmonies of #887A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A5F

Black with #887A5F

Text Example


Text Example

White with #887A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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