#8B877E

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

Shades of Friar Grey #8B877E

Tints of Friar Grey #8B877E

Color information

#8B877E (or 0x8B877E) is unknown color: approx Friar Grey. HEX triplet: 8B, 87 and 7E. RGB value is (139,135,126). Sum of RGB (Red+Green+Blue) = 139+135+126=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877E is #747881. Grayscale: #878787. Windows color (decimal): -7633026 or 8292235. OLE color: 8292235.

HSL color Cylindrical-coordinate representation of color #8B877E: hue angle of 41.54º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B877E is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB139135126-
CMYK00.030.090.45
HSL41.54º5.31%51.96%-
HSV(B)41.54º9.35%54.51%-
XYZ23.0824.3223.22-
YUV135.17122.83130.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=34.75%
G=33.75%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913512600.030.090.4541.545.3151.96
Hex8B877E0392D2a534
Octal21320717603115552564
Binary100010111000011111111100111001101101101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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