#8B8672

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

Shades of Friar Grey #8B8672

Tints of Friar Grey #8B8672

Color information

#8B8672 (or 0x8B8672) is unknown color: approx Friar Grey. HEX triplet: 8B, 86 and 72. RGB value is (139,134,114). Sum of RGB (Red+Green+Blue) = 139+134+114=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8672 is #74798D. Grayscale: #858585. Windows color (decimal): -7633294 or 7505547. OLE color: 7505547.

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

Color convert

RGB139134114-
CMYK00.040.180.45
HSL48º9.88%49.61%-
HSV(B)48º17.99%54.51%-
XYZ22.2123.7519.33-
YUV133.22117.16132.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=35.92%
G=34.63%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913411400.040.180.45489.8849.61
Hex8B867204122D30a32
Octal213206162042255601262
Binary100010111000011011100100100100101011011100001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,134,114); }

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

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

 a { background-color: rgb(139,134,114); }

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

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

 span { border-color: rgb(139,134,114); }

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