Html Css Color HEX #898770 Schist

📋 copy color: '#898770'

red 137 ◦ green 135 ◦ blue 112

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

Shades of Schist #898770

Tints of Schist #898770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 35.68%
G = 35.16%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#898770 (or 0x898770) is known color: Schist. HEX triplet: 89, 87 and 70. RGB value is (137,135,112). Sum of RGB (Red+Green+Blue) = 137+135+112=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #898770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898770 is #76788F. Grayscale: #858585. Windows color (decimal): -7764112 or 7374729. OLE color: 7374729.

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

Color convert

RGB 137 135 112 -
CMYK 0 0.01 0.18 0.46
HSL 55.2º 0.1% 0.49% -
HSV(B) 55.2º 0.18% 0.54% -
XYZ 21.91 23.82 18.77 -
YUV 132.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 137 135 112 0 0.01 0.18 0.46 55.2 0.1 0.49
Hex 89 87 70 0 1 12 2E 37 A 31
Octal 211 207 160 0 1 22 56 67 12 61
Binary 10001001 10000111 1110000 0 1 10010 101110 110111 1010 110001

Color Harmonies of #898770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898770

Black with #898770

Text Example


Text Example

White with #898770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898770; }

 p { color: rgb(137,135,112); }

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

background-color css

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

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

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

border-color css

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

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

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