#898B7A

Color #898B7A Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #898B7A

Tints of Schist #898B7A

Color information

#898B7A (or 0x898B7A) is unknown color: approx Schist. HEX triplet: 89, 8B and 7A. RGB value is (137,139,122). Sum of RGB (Red+Green+Blue) = 137+139+122=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 139 - color contains mainly: green. Hex color #898B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B7A is #767485. Grayscale: #888888. Windows color (decimal): -7763078 or 8031113. OLE color: 8031113.

HSL color Cylindrical-coordinate representation of color #898B7A: hue angle of 67.06º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898B7A is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB137139122-
CMYK0.0100.120.45
HSL67.06º6.83%51.18%-
HSV(B)67.06º12.23%54.51%-
XYZ23.0625.1922.06-
YUV136.46119.84128.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=34.42%
G=34.92%
B=30.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391220.0100.120.4567.066.8351.18
Hex898B7A10C2D43733
Octal211213172101455103763
Binary100010011000101111110101011001011011000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B7A; }

 p { color: rgb(137,139,122); }

 H1.HeaderClassName
 {
   color: #898B7A;
 }
 .AnyTagClassName
 {
   color: #898B7A;
 }
</style>
background-color css

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

 a { background-color: rgb(137,139,122); }

 div.DivClassName
 {
   background-color: #898B7A;
 }
 .BgClassName
 {
   background-color: #898B7A;
 }
</style>
border-color css

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

 span { border-color: rgb(137,139,122); }

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