#8B8678

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

Shades of Friar Grey #8B8678

Tints of Friar Grey #8B8678

Color information

#8B8678 (or 0x8B8678) is unknown color: approx Friar Grey. HEX triplet: 8B, 86 and 78. RGB value is (139,134,120). Sum of RGB (Red+Green+Blue) = 139+134+120=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8678 is #747987. Grayscale: #858585. Windows color (decimal): -7633288 or 7898763. OLE color: 7898763.

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

Color convert

RGB139134120-
CMYK00.040.140.45
HSL44.21º7.57%50.78%-
HSV(B)44.21º13.67%54.51%-
XYZ22.5623.921.19-
YUV133.9120.16131.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=35.37%
G=34.10%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913412000.040.140.4544.217.5750.78
Hex8B867804E2D2c833
Octal213206170041655541063
Binary10001011100001101111000010011101011011011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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