Html Css Color HEX #878879 Schist

📋 copy color: '#878879'

red 135 ◦ green 136 ◦ blue 121

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

Shades of Schist #878879

Tints of Schist #878879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 34.44%
G = 34.69%
B = 30.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#878879 (or 0x878879) is known color: Schist. HEX triplet: 87, 88 and 79. RGB value is (135,136,121). Sum of RGB (Red+Green+Blue) = 135+136+121=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #878879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878879 is #787786. Grayscale: #868686. Windows color (decimal): -7894919 or 7964807. OLE color: 7964807.

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

Color convert

RGB 135 136 121 -
CMYK 0.01 0 0.11 0.47
HSL 64º 0.06% 0.5% -
HSV(B) 64º 0.11% 0.53% -
XYZ 22.25 24.14 21.58 -
YUV 133.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 135 136 121 0.01 0 0.11 0.47 64 0.06 0.5
Hex 87 88 79 1 0 B 2F 40 6 32
Octal 207 210 171 1 0 13 57 100 6 62
Binary 10000111 10001000 1111001 1 0 1011 101111 1000000 110 110010

Color Harmonies of #878879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878879

Black with #878879

Text Example


Text Example

White with #878879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878879; }

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

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

background-color css

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

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

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

border-color css

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

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

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