Html Css Color HEX #878874 Schist

📋 copy color: '#878874'

red 135 ◦ green 136 ◦ blue 116

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

Shades of Schist #878874

Tints of Schist #878874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 34.88%
G = 35.14%
B = 29.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#878874 (or 0x878874) is known color: Schist. HEX triplet: 87, 88 and 74. RGB value is (135,136,116). Sum of RGB (Red+Green+Blue) = 135+136+116=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #878874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878874 is #78778B. Grayscale: #858585. Windows color (decimal): -7894924 or 7637127. OLE color: 7637127.

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

Color convert

RGB 135 136 116 -
CMYK 0.01 0 0.15 0.47
HSL 63º 0.08% 0.49% -
HSV(B) 63º 0.15% 0.53% -
XYZ 21.95 24.02 20 -
YUV 133.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 135 136 116 0.01 0 0.15 0.47 63 0.08 0.49
Hex 87 88 74 1 0 F 2F 3F 8 31
Octal 207 210 164 1 0 17 57 77 10 61
Binary 10000111 10001000 1110100 1 0 1111 101111 111111 1000 110001

Color Harmonies of #878874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878874

Black with #878874

Text Example


Text Example

White with #878874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878874; }

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

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

background-color css

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

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

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

border-color css

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

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

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