Html Css Color HEX #878779 Schist

📋 copy color: '#878779'

red 135 ◦ green 135 ◦ blue 121

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

Shades of Schist #878779

Tints of Schist #878779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 34.53%
G = 34.53%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#878779 (or 0x878779) is known color: Schist. HEX triplet: 87, 87 and 79. RGB value is (135,135,121). Sum of RGB (Red+Green+Blue) = 135+135+121=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878779 is #787886. Grayscale: #858585. Windows color (decimal): -7895175 or 7964551. OLE color: 7964551.

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

Color convert

RGB 135 135 121 -
CMYK 0 0 0.10 0.47
HSL 60º 0.06% 0.5% -
HSV(B) 60º 0.1% 0.53% -
XYZ 22.11 23.86 21.53 -
YUV 133.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 135 135 121 0 0 0.10 0.47 60 0.06 0.5
Hex 87 87 79 0 0 A 2F 3C 6 32
Octal 207 207 171 0 0 12 57 74 6 62
Binary 10000111 10000111 1111001 0 0 1010 101111 111100 110 110010

Color Harmonies of #878779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878779

Black with #878779

Text Example


Text Example

White with #878779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878779; }

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

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

background-color css

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

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

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

border-color css

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

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

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