#8B8982

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

Shades of Friar Grey #8B8982

Tints of Friar Grey #8B8982

Color information

#8B8982 (or 0x8B8982) is unknown color: approx Friar Grey. HEX triplet: 8B, 89 and 82. RGB value is (139,137,130). Sum of RGB (Red+Green+Blue) = 139+137+130=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8982 is #74767D. Grayscale: #888888. Windows color (decimal): -7632510 or 8554891. OLE color: 8554891.

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

Color convert

RGB139137130-
CMYK00.010.060.45
HSL46.67º3.73%52.75%-
HSV(B)46.67º6.47%54.51%-
XYZ23.6224.9924.7-
YUV136.8124.16129.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=34.24%
G=33.74%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913713000.010.060.4546.673.7352.75
Hex8B89820162D2f435
Octal2132112020165557465
Binary10001011100010011000001001110101101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,130); }

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

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

 a { background-color: rgb(139,137,130); }

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

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

 span { border-color: rgb(139,137,130); }

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