Html Css Color HEX #8B8981 Friar Grey

📋 copy color: '#8B8981'

red 139 ◦ green 137 ◦ blue 129

#8B8981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #8B8981

Tints of Friar Grey #8B8981

RGB

 RED value IS 139 (54.69% from 255) = 34.32%

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 34.32%
G = 33.83%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8B8981 (or 0x8B8981) is known color: Friar Grey. HEX triplet: 8B, 89 and 81. RGB value is (139,137,129). Sum of RGB (Red+Green+Blue) = 139+137+129=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8981 is #74767E. Grayscale: #888888. Windows color (decimal): -7632511 or 8489355. OLE color: 8489355.

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

Color convert

RGB 139 137 129 -
CMYK 0 0.01 0.07 0.45
HSL 48º 0.04% 0.53% -
HSV(B) 48º 0.07% 0.55% -
XYZ 23.56 24.97 24.35 -
YUV 136.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 139 137 129 0 0.01 0.07 0.45 48 0.04 0.53
Hex 8B 89 81 0 1 7 2D 30 4 35
Octal 213 211 201 0 1 7 55 60 4 65
Binary 10001011 10001001 10000001 0 1 111 101101 110000 100 110101

Color Harmonies of #8B8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8981

Black with #8B8981

Text Example


Text Example

White with #8B8981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B8981;
 }
 .AnyTagClassName
 {
   color: #8B8981;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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