Html Css Color HEX #87876D Schist

📋 copy color: '#87876D'

red 135 ◦ green 135 ◦ blue 109

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

Shades of Schist #87876D

Tints of Schist #87876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 35.62%
G = 35.62%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87876D (or 0x87876D) is known color: Schist. HEX triplet: 87, 87 and 6D. RGB value is (135,135,109). Sum of RGB (Red+Green+Blue) = 135+135+109=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87876D is #787892. Grayscale: #848484. Windows color (decimal): -7895187 or 7178119. OLE color: 7178119.

HSL color Cylindrical-coordinate representation of color #87876D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87876D is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 135 109 -
CMYK 0 0 0.19 0.47
HSL 60º 0.11% 0.48% -
HSV(B) 60º 0.19% 0.53% -
XYZ 21.42 23.58 17.89 -
YUV 132.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 135 135 109 0 0 0.19 0.47 60 0.11 0.48
Hex 87 87 6D 0 0 13 2F 3C B 30
Octal 207 207 155 0 0 23 57 74 13 60
Binary 10000111 10000111 1101101 0 0 10011 101111 111100 1011 110000

Color Harmonies of #87876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87876D

Black with #87876D

Text Example


Text Example

White with #87876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87876D; }

 p { color: rgb(135,135,109); }

 H1.HeaderClassName
 {
   color: #87876D;
 }
 .AnyTagClassName
 {
   color: #87876D;
 }
</style>

background-color css

<style>
 a { background-color: #87876D; }

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

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

border-color css

<style>
 span { border-color: #87876D; }

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

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