Html Css Color HEX #888879 Schist

📋 copy color: '#888879'

red 136 ◦ green 136 ◦ blue 121

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

Shades of Schist #888879

Tints of Schist #888879

RGB

 RED value IS 136 (53.52% from 255) = 34.61%

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

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

R = 34.61%
G = 34.61%
B = 30.79%

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

#888879 (or 0x888879) is known color: Schist. HEX triplet: 88, 88 and 79. RGB value is (136,136,121). Sum of RGB (Red+Green+Blue) = 136+136+121=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888879 is #777786. Grayscale: #868686. Windows color (decimal): -7829383 or 7964808. OLE color: 7964808.

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

Color convert

RGB 136 136 121 -
CMYK 0 0 0.11 0.47
HSL 60º 0.06% 0.5% -
HSV(B) 60º 0.11% 0.53% -
XYZ 22.41 24.22 21.58 -
YUV 134.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 136 136 121 0 0 0.11 0.47 60 0.06 0.5
Hex 88 88 79 0 0 B 2F 3C 6 32
Octal 210 210 171 0 0 13 57 74 6 62
Binary 10001000 10001000 1111001 0 0 1011 101111 111100 110 110010

Color Harmonies of #888879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888879

Black with #888879

Text Example


Text Example

White with #888879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888879; }

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

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

background-color css

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

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

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

border-color css

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

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

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