#8B897A

Color #8B897A Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #8B897A

Tints of Friar Grey #8B897A

Color information

#8B897A (or 0x8B897A) is unknown color: approx Friar Grey. HEX triplet: 8B, 89 and 7A. RGB value is (139,137,122). Sum of RGB (Red+Green+Blue) = 139+137+122=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B897A is #747685. Grayscale: #878787. Windows color (decimal): -7632518 or 8030603. OLE color: 8030603.

HSL color Cylindrical-coordinate representation of color #8B897A: hue angle of 52.94º 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 #8B897A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB139137122-
CMYK00.010.120.45
HSL52.94º6.83%51.18%-
HSV(B)52.94º12.23%54.51%-
XYZ23.1124.7921.98-
YUV135.89120.16130.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913712200.010.120.4552.946.8351.18
Hex8B897A01C2D35733
Octal21321117201145565763
Binary10001011100010011111010011100101101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B897A; }

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

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

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

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

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

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

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

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