Html Css Color HEX #878778 Schist

📋 copy color: '#878778'

red 135 ◦ green 135 ◦ blue 120

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

Shades of Schist #878778

Tints of Schist #878778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 34.62%
G = 34.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#878778 (or 0x878778) is known color: Schist. HEX triplet: 87, 87 and 78. RGB value is (135,135,120). Sum of RGB (Red+Green+Blue) = 135+135+120=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878778 is #787887. Grayscale: #858585. Windows color (decimal): -7895176 or 7899015. OLE color: 7899015.

HSL color Cylindrical-coordinate representation of color #878778: 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.11%. Process color model (Four color, CMYK) of #878778 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 135 120 -
CMYK 0 0 0.11 0.47
HSL 60º 0.06% 0.5% -
HSV(B) 60º 0.11% 0.53% -
XYZ 22.05 23.83 21.21 -
YUV 133.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 135 135 120 0 0 0.11 0.47 60 0.06 0.5
Hex 87 87 78 0 0 B 2F 3C 6 32
Octal 207 207 170 0 0 13 57 74 6 62
Binary 10000111 10000111 1111000 0 0 1011 101111 111100 110 110010

Color Harmonies of #878778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878778

Black with #878778

Text Example


Text Example

White with #878778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878778; }

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

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

background-color css

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

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

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

border-color css

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

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

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