Html Css Color HEX #888870 Schist

📋 copy color: '#888870'

red 136 ◦ green 136 ◦ blue 112

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

Shades of Schist #888870

Tints of Schist #888870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 35.42%
G = 35.42%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#888870 (or 0x888870) is known color: Schist. HEX triplet: 88, 88 and 70. RGB value is (136,136,112). Sum of RGB (Red+Green+Blue) = 136+136+112=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888870 is #77778F. Grayscale: #858585. Windows color (decimal): -7829392 or 7374984. OLE color: 7374984.

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

Color convert

RGB 136 136 112 -
CMYK 0 0 0.18 0.47
HSL 60º 0.1% 0.49% -
HSV(B) 60º 0.18% 0.53% -
XYZ 21.88 24.01 18.81 -
YUV 133.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 136 136 112 0 0 0.18 0.47 60 0.1 0.49
Hex 88 88 70 0 0 12 2F 3C A 31
Octal 210 210 160 0 0 22 57 74 12 61
Binary 10001000 10001000 1110000 0 0 10010 101111 111100 1010 110001

Color Harmonies of #888870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888870

Black with #888870

Text Example


Text Example

White with #888870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888870; }

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

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

background-color css

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

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

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

border-color css

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

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

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