Html Css Color HEX #888670 Schist

📋 copy color: '#888670'

red 136 ◦ green 134 ◦ blue 112

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

Shades of Schist #888670

Tints of Schist #888670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

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

R = 35.6%
G = 35.08%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#888670 (or 0x888670) is known color: Schist. HEX triplet: 88, 86 and 70. RGB value is (136,134,112). Sum of RGB (Red+Green+Blue) = 136+134+112=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #888670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888670 is #77798F. Grayscale: #848484. Windows color (decimal): -7829904 or 7374472. OLE color: 7374472.

HSL color Cylindrical-coordinate representation of color #888670: hue angle of 55º 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 #888670 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 112 -
CMYK 0 0.01 0.18 0.47
HSL 55º 0.1% 0.49% -
HSV(B) 55º 0.18% 0.53% -
XYZ 21.6 23.45 18.72 -
YUV 132.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 136 134 112 0 0.01 0.18 0.47 55 0.1 0.49
Hex 88 86 70 0 1 12 2F 37 A 31
Octal 210 206 160 0 1 22 57 67 12 61
Binary 10001000 10000110 1110000 0 1 10010 101111 110111 1010 110001

Color Harmonies of #888670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888670

Black with #888670

Text Example


Text Example

White with #888670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888670; }

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

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

background-color css

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

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

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

border-color css

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

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

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