#8B887B

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

Shades of Friar Grey #8B887B

Tints of Friar Grey #8B887B

Color information

#8B887B (or 0x8B887B) is unknown color: approx Friar Grey. HEX triplet: 8B, 88 and 7B. RGB value is (139,136,123). Sum of RGB (Red+Green+Blue) = 139+136+123=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B887B is #747784. Grayscale: #878787. Windows color (decimal): -7632773 or 8095883. OLE color: 8095883.

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

Color convert

RGB139136123-
CMYK00.020.120.45
HSL48.75º6.45%51.37%-
HSV(B)48.75º11.51%54.51%-
XYZ23.0324.5322.26-
YUV135.42120.99130.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=34.92%
G=34.17%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913612300.020.120.4548.756.4551.37
Hex8B887B02C2D31633
Octal21321017302145561663
Binary100010111000100011110110101100101101110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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