Html Css Color HEX #888972 Schist

📋 copy color: '#888972'

red 136 ◦ green 137 ◦ blue 114

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

Shades of Schist #888972

Tints of Schist #888972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 35.14%
G = 35.4%
B = 29.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#888972 (or 0x888972) is known color: Schist. HEX triplet: 88, 89 and 72. RGB value is (136,137,114). Sum of RGB (Red+Green+Blue) = 136+137+114=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #888972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888972 is #77768D. Grayscale: #868686. Windows color (decimal): -7829134 or 7506312. OLE color: 7506312.

HSL color Cylindrical-coordinate representation of color #888972: hue angle of 62.61º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #888972 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 114 -
CMYK 0.01 0 0.17 0.46
HSL 62.61º 0.09% 0.49% -
HSV(B) 62.61º 0.17% 0.54% -
XYZ 22.14 24.34 19.45 -
YUV 134.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 136 137 114 0.01 0 0.17 0.46 62.61 0.09 0.49
Hex 88 89 72 1 0 11 2E 3F 9 31
Octal 210 211 162 1 0 21 56 77 11 61
Binary 10001000 10001001 1110010 1 0 10001 101110 111111 1001 110001

Color Harmonies of #888972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888972

Black with #888972

Text Example


Text Example

White with #888972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888972; }

 p { color: rgb(136,137,114); }

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

background-color css

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

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

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

border-color css

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

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

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