#8B8577

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

Shades of Friar Grey #8B8577

Tints of Friar Grey #8B8577

Color information

#8B8577 (or 0x8B8577) is unknown color: approx Friar Grey. HEX triplet: 8B, 85 and 77. RGB value is (139,133,119). Sum of RGB (Red+Green+Blue) = 139+133+119=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8577 is #747A88. Grayscale: #858585. Windows color (decimal): -7633545 or 7832971. OLE color: 7832971.

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

Color convert

RGB139133119-
CMYK00.040.140.45
HSL42º7.94%50.59%-
HSV(B)42º14.39%54.51%-
XYZ22.3623.620.83-
YUV133.2119.99132.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=35.55%
G=34.02%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913311900.040.140.45427.9450.59
Hex8B857704E2D2a833
Octal213205167041655521063
Binary10001011100001011110111010011101011011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,119); }

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

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

 a { background-color: rgb(139,133,119); }

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

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

 span { border-color: rgb(139,133,119); }

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