#8B8878

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

Shades of Friar Grey #8B8878

Tints of Friar Grey #8B8878

Color information

#8B8878 (or 0x8B8878) is unknown color: approx Friar Grey. HEX triplet: 8B, 88 and 78. RGB value is (139,136,120). Sum of RGB (Red+Green+Blue) = 139+136+120=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8878 is #747787. Grayscale: #878787. Windows color (decimal): -7632776 or 7899275. OLE color: 7899275.

HSL color Cylindrical-coordinate representation of color #8B8878: hue angle of 50.53º 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 #8B8878 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB139136120-
CMYK00.020.140.45
HSL50.53º7.57%50.78%-
HSV(B)50.53º13.67%54.51%-
XYZ22.8424.4521.29-
YUV135.07119.49130.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=35.19%
G=34.43%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913612000.020.140.4550.537.5750.78
Hex8B887802E2D33833
Octal213210170021655631063
Binary1000101110001000111100001011101011011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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