#8C8A83

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

Shades of Friar Grey #8C8A83

Tints of Friar Grey #8C8A83

Color information

#8C8A83 (or 0x8C8A83) is unknown color: approx Friar Grey. HEX triplet: 8C, 8A and 83. RGB value is (140,138,131). Sum of RGB (Red+Green+Blue) = 140+138+131=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A83 is #73757C. Grayscale: #898989. Windows color (decimal): -7566717 or 8620684. OLE color: 8620684.

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

Color convert

RGB140138131-
CMYK00.010.060.45
HSL46.67º3.77%53.14%-
HSV(B)46.67º6.43%54.9%-
XYZ2425.3925.11-
YUV137.8124.16129.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.23%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=34.23%
G=33.74%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013813100.010.060.4546.673.7753.14
Hex8C8A830162D2f435
Octal2142122030165557465
Binary10001100100010101000001101110101101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,131); }

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

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

 a { background-color: rgb(140,138,131); }

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

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

 span { border-color: rgb(140,138,131); }

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