Html Css Color HEX #876B4B Shadow

📋 copy color: '#876B4B'

red 135 ◦ green 107 ◦ blue 75

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

Shades of Shadow #876B4B

Tints of Shadow #876B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 42.59%
G = 33.75%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#876B4B (or 0x876B4B) is known color: Shadow. HEX triplet: 87, 6B and 4B. RGB value is (135,107,75). Sum of RGB (Red+Green+Blue) = 135+107+75=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #876B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876B4B is #7894B4. Grayscale: #6F6F6F. Windows color (decimal): -7902389 or 4942727. OLE color: 4942727.

HSL color Cylindrical-coordinate representation of color #876B4B: hue angle of 32º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #876B4B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 107 75 -
CMYK 0 0.21 0.44 0.47
HSL 32º 0.29% 0.41% -
HSV(B) 32º 0.44% 0.53% -
XYZ 16.52 16.17 8.91 -
YUV 111.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 135 107 75 0 0.21 0.44 0.47 32 0.29 0.41
Hex 87 6B 4B 0 15 2C 2F 20 1D 29
Octal 207 153 113 0 25 54 57 40 35 51
Binary 10000111 1101011 1001011 0 10101 101100 101111 100000 11101 101001

Color Harmonies of #876B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876B4B

Black with #876B4B

Text Example


Text Example

White with #876B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,107,75); }

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

background-color css

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

 a { background-color: rgb(135,107,75); }

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

border-color css

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

 span { border-color: rgb(135,107,75); }

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