Html Css Color HEX #8B8979 Friar Grey

📋 copy color: '#8B8979'

red 139 ◦ green 137 ◦ blue 121

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

Shades of Friar Grey #8B8979

Tints of Friar Grey #8B8979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 35.01%
G = 34.51%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B8979 (or 0x8B8979) is known color: Friar Grey. HEX triplet: 8B, 89 and 79. RGB value is (139,137,121). Sum of RGB (Red+Green+Blue) = 139+137+121=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8979 is #747686. Grayscale: #878787. Windows color (decimal): -7632519 or 7965067. OLE color: 7965067.

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

Color convert

RGB 139 137 121 -
CMYK 0 0.01 0.13 0.45
HSL 53.33º 0.07% 0.51% -
HSV(B) 53.33º 0.13% 0.55% -
XYZ 23.04 24.76 21.65 -
YUV 135.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 139 137 121 0 0.01 0.13 0.45 53.33 0.07 0.51
Hex 8B 89 79 0 1 D 2D 35 7 33
Octal 213 211 171 0 1 15 55 65 7 63
Binary 10001011 10001001 1111001 0 1 1101 101101 110101 111 110011

Color Harmonies of #8B8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8979

Black with #8B8979

Text Example


Text Example

White with #8B8979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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