Html Css Color HEX #878674 Schist

📋 copy color: '#878674'

red 135 ◦ green 134 ◦ blue 116

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

Shades of Schist #878674

Tints of Schist #878674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 35.06%
G = 34.81%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#878674 (or 0x878674) is known color: Schist. HEX triplet: 87, 86 and 74. RGB value is (135,134,116). Sum of RGB (Red+Green+Blue) = 135+134+116=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878674 is #78798B. Grayscale: #848484. Windows color (decimal): -7895436 or 7636615. OLE color: 7636615.

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

Color convert

RGB 135 134 116 -
CMYK 0 0.01 0.14 0.47
HSL 56.84º 0.08% 0.49% -
HSV(B) 56.84º 0.14% 0.53% -
XYZ 21.67 23.46 19.91 -
YUV 132.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 135 134 116 0 0.01 0.14 0.47 56.84 0.08 0.49
Hex 87 86 74 0 1 E 2F 39 8 31
Octal 207 206 164 0 1 16 57 71 10 61
Binary 10000111 10000110 1110100 0 1 1110 101111 111001 1000 110001

Color Harmonies of #878674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878674

Black with #878674

Text Example


Text Example

White with #878674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878674; }

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

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

background-color css

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

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

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

border-color css

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

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

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