Html Css Color HEX #878875 Schist

📋 copy color: '#878875'

red 135 ◦ green 136 ◦ blue 117

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

Shades of Schist #878875

Tints of Schist #878875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 34.79%
G = 35.05%
B = 30.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#878875 (or 0x878875) is known color: Schist. HEX triplet: 87, 88 and 75. RGB value is (135,136,117). Sum of RGB (Red+Green+Blue) = 135+136+117=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #878875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878875 is #78778A. Grayscale: #858585. Windows color (decimal): -7894923 or 7702663. OLE color: 7702663.

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

Color convert

RGB 135 136 117 -
CMYK 0.01 0 0.14 0.47
HSL 63.16º 0.08% 0.5% -
HSV(B) 63.16º 0.14% 0.53% -
XYZ 22.01 24.04 20.31 -
YUV 133.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 135 136 117 0.01 0 0.14 0.47 63.16 0.08 0.5
Hex 87 88 75 1 0 E 2F 3F 8 32
Octal 207 210 165 1 0 16 57 77 10 62
Binary 10000111 10001000 1110101 1 0 1110 101111 111111 1000 110010

Color Harmonies of #878875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878875

Black with #878875

Text Example


Text Example

White with #878875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878875; }

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

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

background-color css

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

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

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

border-color css

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

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

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