#8C8A84

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

Shades of Friar Grey #8C8A84

Tints of Friar Grey #8C8A84

Color information

#8C8A84 (or 0x8C8A84) is unknown color: approx Friar Grey. HEX triplet: 8C, 8A and 84. RGB value is (140,138,132). Sum of RGB (Red+Green+Blue) = 140+138+132=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A84 is #73757B. Grayscale: #898989. Windows color (decimal): -7566716 or 8686220. OLE color: 8686220.

HSL color Cylindrical-coordinate representation of color #8C8A84: hue angle of 45º degrees, saturation: 0.03, 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 #8C8A84 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140138132-
CMYK00.010.060.45
HSL45º3.36%53.33%-
HSV(B)45º5.71%54.9%-
XYZ24.0725.4225.47-
YUV137.91124.66129.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=34.15%
G=33.66%
B=32.20%

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
Decimal14013813200.010.060.45453.3653.33
Hex8C8A840162D2d335
Octal2142122040165555365
Binary1000110010001010100001000111010110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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