#8B877B

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

Shades of Friar Grey #8B877B

Tints of Friar Grey #8B877B

Color information

#8B877B (or 0x8B877B) is unknown color: approx Friar Grey. HEX triplet: 8B, 87 and 7B. RGB value is (139,135,123). Sum of RGB (Red+Green+Blue) = 139+135+123=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877B is #747884. Grayscale: #868686. Windows color (decimal): -7633029 or 8095627. OLE color: 8095627.

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

Color convert

RGB139135123-
CMYK00.030.120.45
HSL45º6.45%51.37%-
HSV(B)45º11.51%54.51%-
XYZ22.8924.2522.21-
YUV134.83121.33130.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=35.01%
G=34.01%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913512300.030.120.45456.4551.37
Hex8B877B03C2D2d633
Octal21320717303145555663
Binary100010111000011111110110111100101101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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