#8B897B

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

Shades of Friar Grey #8B897B

Tints of Friar Grey #8B897B

Color information

#8B897B (or 0x8B897B) is unknown color: approx Friar Grey. HEX triplet: 8B, 89 and 7B. RGB value is (139,137,123). Sum of RGB (Red+Green+Blue) = 139+137+123=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B897B is #747684. Grayscale: #888888. Windows color (decimal): -7632517 or 8096139. OLE color: 8096139.

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

Color convert

RGB139137123-
CMYK00.010.120.45
HSL52.5º6.45%51.37%-
HSV(B)52.5º11.51%54.51%-
XYZ23.1724.8122.31-
YUV136120.66130.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=34.84%
G=34.34%
B=30.83%

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
Decimal13913712300.010.120.4552.56.4551.37
Hex8B897B01C2D35633
Octal21321117301145565663
Binary10001011100010011111011011100101101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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