#8B8879

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

Shades of Friar Grey #8B8879

Tints of Friar Grey #8B8879

Color information

#8B8879 (or 0x8B8879) is unknown color: approx Friar Grey. HEX triplet: 8B, 88 and 79. RGB value is (139,136,121). Sum of RGB (Red+Green+Blue) = 139+136+121=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8879 is #747786. Grayscale: #878787. Windows color (decimal): -7632775 or 7964811. OLE color: 7964811.

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

Color convert

RGB139136121-
CMYK00.020.130.45
HSL50º7.2%50.98%-
HSV(B)50º12.95%54.51%-
XYZ22.924.4821.61-
YUV135.19119.99130.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=35.10%
G=34.34%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913612100.020.130.45507.250.98
Hex8B887902D2D32733
Octal21321017102155562763
Binary100010111000100011110010101101101101110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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