Html Css Color HEX #878777 Schist

📋 copy color: '#878777'

red 135 ◦ green 135 ◦ blue 119

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

Shades of Schist #878777

Tints of Schist #878777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 34.7%
G = 34.7%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#878777 (or 0x878777) is known color: Schist. HEX triplet: 87, 87 and 77. RGB value is (135,135,119). Sum of RGB (Red+Green+Blue) = 135+135+119=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878777 is #787888. Grayscale: #858585. Windows color (decimal): -7895177 or 7833479. OLE color: 7833479.

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

Color convert

RGB 135 135 119 -
CMYK 0 0 0.12 0.47
HSL 60º 0.06% 0.5% -
HSV(B) 60º 0.12% 0.53% -
XYZ 21.99 23.81 20.89 -
YUV 133.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 135 135 119 0 0 0.12 0.47 60 0.06 0.5
Hex 87 87 77 0 0 C 2F 3C 6 32
Octal 207 207 167 0 0 14 57 74 6 62
Binary 10000111 10000111 1110111 0 0 1100 101111 111100 110 110010

Color Harmonies of #878777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878777

Black with #878777

Text Example


Text Example

White with #878777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878777; }

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

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

background-color css

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

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

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

border-color css

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

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

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