Html Css Color HEX #8B8676 Friar Grey

📋 copy color: '#8B8676'

red 139 ◦ green 134 ◦ blue 118

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

Shades of Friar Grey #8B8676

Tints of Friar Grey #8B8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 35.55%
G = 34.27%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B8676 (or 0x8B8676) is known color: Friar Grey. HEX triplet: 8B, 86 and 76. RGB value is (139,134,118). Sum of RGB (Red+Green+Blue) = 139+134+118=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8676 is #747989. Grayscale: #858585. Windows color (decimal): -7633290 or 7767691. OLE color: 7767691.

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

Color convert

RGB 139 134 118 -
CMYK 0 0.04 0.15 0.45
HSL 45.71º 0.08% 0.5% -
HSV(B) 45.71º 0.15% 0.55% -
XYZ 22.44 23.85 20.56 -
YUV 133.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 139 134 118 0 0.04 0.15 0.45 45.71 0.08 0.5
Hex 8B 86 76 0 4 F 2D 2E 8 32
Octal 213 206 166 0 4 17 55 56 10 62
Binary 10001011 10000110 1110110 0 100 1111 101101 101110 1000 110010

Color Harmonies of #8B8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8676

Black with #8B8676

Text Example


Text Example

White with #8B8676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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