Html Css Color HEX #878670 Schist

📋 copy color: '#878670'

red 135 ◦ green 134 ◦ blue 112

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

Shades of Schist #878670

Tints of Schist #878670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 35.43%
G = 35.17%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#878670 (or 0x878670) is known color: Schist. HEX triplet: 87, 86 and 70. RGB value is (135,134,112). Sum of RGB (Red+Green+Blue) = 135+134+112=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #878670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878670 is #78798F. Grayscale: #838383. Windows color (decimal): -7895440 or 7374471. OLE color: 7374471.

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

Color convert

RGB 135 134 112 -
CMYK 0 0.01 0.17 0.47
HSL 57.39º 0.09% 0.48% -
HSV(B) 57.39º 0.17% 0.53% -
XYZ 21.44 23.37 18.71 -
YUV 131.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 135 134 112 0 0.01 0.17 0.47 57.39 0.09 0.48
Hex 87 86 70 0 1 11 2F 39 9 30
Octal 207 206 160 0 1 21 57 71 11 60
Binary 10000111 10000110 1110000 0 1 10001 101111 111001 1001 110000

Color Harmonies of #878670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878670

Black with #878670

Text Example


Text Example

White with #878670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878670; }

 p { color: rgb(135,134,112); }

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

background-color css

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

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

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

border-color css

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

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

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