#8C8875

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

Shades of Friar Grey #8C8875

Tints of Friar Grey #8C8875

Color information

#8C8875 (or 0x8C8875) is unknown color: approx Friar Grey. HEX triplet: 8C, 88 and 75. RGB value is (140,136,117). Sum of RGB (Red+Green+Blue) = 140+136+117=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8875 is #73778A. Grayscale: #878787. Windows color (decimal): -7567243 or 7702668. OLE color: 7702668.

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

Color convert

RGB140136117-
CMYK00.030.160.45
HSL49.57º9.09%50.39%-
HSV(B)49.57º16.43%54.9%-
XYZ22.8324.4720.35-
YUV135.03117.83131.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=35.62%
G=34.61%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013611700.030.160.4549.579.0950.39
Hex8C887503102D32932
Octal214210165032055621162
Binary10001100100010001110101011100001011011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,117); }

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

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

 a { background-color: rgb(140,136,117); }

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

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

 span { border-color: rgb(140,136,117); }

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