Html Css Color HEX #898872 Schist

📋 copy color: '#898872'

red 137 ◦ green 136 ◦ blue 114

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

Shades of Schist #898872

Tints of Schist #898872

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

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

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

Color convert

RGB 137 136 114 -
CMYK 0 0.01 0.17 0.46
HSL 57.39º 0.09% 0.49% -
HSV(B) 57.39º 0.17% 0.54% -
XYZ 22.16 24.14 19.41 -
YUV 133.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 137 136 114 0 0.01 0.17 0.46 57.39 0.09 0.49
Hex 89 88 72 0 1 11 2E 39 9 31
Octal 211 210 162 0 1 21 56 71 11 61
Binary 10001001 10001000 1110010 0 1 10001 101110 111001 1001 110001

Color Harmonies of #898872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898872

Black with #898872

Text Example


Text Example

White with #898872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898872; }

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

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

background-color css

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

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

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

border-color css

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

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

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