Html Css Color HEX #876F47 Shadow

📋 copy color: '#876F47'

red 135 ◦ green 111 ◦ blue 71

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

Shades of Shadow #876F47

Tints of Shadow #876F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 42.59%
G = 35.02%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876F47 (or 0x876F47) is known color: Shadow. HEX triplet: 87, 6F and 47. RGB value is (135,111,71). Sum of RGB (Red+Green+Blue) = 135+111+71=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #876F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F47 is #7890B8. Grayscale: #717171. Windows color (decimal): -7901369 or 4681607. OLE color: 4681607.

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

Color convert

RGB 135 111 71 -
CMYK 0 0.18 0.47 0.47
HSL 37.5º 0.31% 0.4% -
HSV(B) 37.5º 0.47% 0.53% -
XYZ 16.81 16.97 8.35 -
YUV 113.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 135 111 71 0 0.18 0.47 0.47 37.5 0.31 0.4
Hex 87 6F 47 0 12 2F 2F 26 1F 28
Octal 207 157 107 0 22 57 57 46 37 50
Binary 10000111 1101111 1000111 0 10010 101111 101111 100110 11111 101000

Color Harmonies of #876F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F47

Black with #876F47

Text Example


Text Example

White with #876F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876F47; }

 p { color: rgb(135,111,71); }

 H1.HeaderClassName
 {
   color: #876F47;
 }
 .AnyTagClassName
 {
   color: #876F47;
 }
</style>

background-color css

<style>
 a { background-color: #876F47; }

 a { background-color: rgb(135,111,71); }

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

border-color css

<style>
 span { border-color: #876F47; }

 span { border-color: rgb(135,111,71); }

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