#8B8772

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

Shades of Friar Grey #8B8772

Tints of Friar Grey #8B8772

Color information

#8B8772 (or 0x8B8772) is unknown color: approx Friar Grey. HEX triplet: 8B, 87 and 72. RGB value is (139,135,114). Sum of RGB (Red+Green+Blue) = 139+135+114=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8772 is #74788D. Grayscale: #858585. Windows color (decimal): -7633038 or 7505803. OLE color: 7505803.

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

Color convert

RGB139135114-
CMYK00.030.180.45
HSL50.4º9.88%49.61%-
HSV(B)50.4º17.99%54.51%-
XYZ22.3524.0319.38-
YUV133.8116.83131.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=35.82%
G=34.79%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913511400.030.180.4550.49.8849.61
Hex8B877203122D32a32
Octal213207162032255621262
Binary10001011100001111110010011100101011011100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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