#8B877D

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

Shades of Friar Grey #8B877D

Tints of Friar Grey #8B877D

Color information

#8B877D (or 0x8B877D) is unknown color: approx Friar Grey. HEX triplet: 8B, 87 and 7D. RGB value is (139,135,125). Sum of RGB (Red+Green+Blue) = 139+135+125=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B877D is #747882. Grayscale: #878787. Windows color (decimal): -7633027 or 8226699. OLE color: 8226699.

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

Color convert

RGB139135125-
CMYK00.030.100.45
HSL42.86º5.69%51.76%-
HSV(B)42.86º10.07%54.51%-
XYZ23.0124.322.88-
YUV135.06122.33130.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=34.84%
G=33.83%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913512500.030.100.4542.865.6951.76
Hex8B877D03A2D2b634
Octal21320717503125553664
Binary100010111000011111111010111010101101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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