#8C8A81

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

Shades of Friar Grey #8C8A81

Tints of Friar Grey #8C8A81

Color information

#8C8A81 (or 0x8C8A81) is unknown color: approx Friar Grey. HEX triplet: 8C, 8A and 81. RGB value is (140,138,129). Sum of RGB (Red+Green+Blue) = 140+138+129=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A81 is #73757E. Grayscale: #898989. Windows color (decimal): -7566719 or 8489612. OLE color: 8489612.

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

Color convert

RGB140138129-
CMYK00.010.080.45
HSL49.09º4.56%52.75%-
HSV(B)49.09º7.86%54.9%-
XYZ23.8725.3424.4-
YUV137.57123.16129.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=34.40%
G=33.91%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013812900.010.080.4549.094.5652.75
Hex8C8A810182D31535
Octal21421220101105561565
Binary100011001000101010000001011000101101110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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