#8B877A

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

Shades of Friar Grey #8B877A

Tints of Friar Grey #8B877A

Color information

#8B877A (or 0x8B877A) is unknown color: approx Friar Grey. HEX triplet: 8B, 87 and 7A. RGB value is (139,135,122). Sum of RGB (Red+Green+Blue) = 139+135+122=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877A is #747885. Grayscale: #868686. Windows color (decimal): -7633030 or 8030091. OLE color: 8030091.

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

Color convert

RGB139135122-
CMYK00.030.120.45
HSL45.88º6.83%51.18%-
HSV(B)45.88º12.23%54.51%-
XYZ22.8224.2221.88-
YUV134.71120.83131.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=35.10%
G=34.09%
B=30.81%

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
Decimal13913512200.030.120.4545.886.8351.18
Hex8B877A03C2D2e733
Octal21320717203145556763
Binary100010111000011111110100111100101101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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