Html Css Color HEX #87856D Schist

📋 copy color: '#87856D'

red 135 ◦ green 133 ◦ blue 109

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

Shades of Schist #87856D

Tints of Schist #87856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 35.81%
G = 35.28%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87856D (or 0x87856D) is known color: Schist. HEX triplet: 87, 85 and 6D. RGB value is (135,133,109). Sum of RGB (Red+Green+Blue) = 135+133+109=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87856D is #787A92. Grayscale: #828282. Windows color (decimal): -7895699 or 7177607. OLE color: 7177607.

HSL color Cylindrical-coordinate representation of color #87856D: hue angle of 55.38º 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 #87856D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 133 109 -
CMYK 0 0.01 0.19 0.47
HSL 55.38º 0.11% 0.48% -
HSV(B) 55.38º 0.19% 0.53% -
XYZ 21.14 23.03 17.8 -
YUV 130.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 135 133 109 0 0.01 0.19 0.47 55.38 0.11 0.48
Hex 87 85 6D 0 1 13 2F 37 B 30
Octal 207 205 155 0 1 23 57 67 13 60
Binary 10000111 10000101 1101101 0 1 10011 101111 110111 1011 110000

Color Harmonies of #87856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87856D

Black with #87856D

Text Example


Text Example

White with #87856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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