Html Css Color HEX #8C8981 Friar Grey

📋 copy color: '#8C8981'

red 140 ◦ green 137 ◦ blue 129

#8C8981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #8C8981

Tints of Friar Grey #8C8981

RGB

 RED value IS 140 (55.08% from 255) = 34.48%

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 34.48%
G = 33.74%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C8981 (or 0x8C8981) is known color: Friar Grey. HEX triplet: 8C, 89 and 81. RGB value is (140,137,129). Sum of RGB (Red+Green+Blue) = 140+137+129=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8981 is #73767E. Grayscale: #898989. Windows color (decimal): -7566975 or 8489356. OLE color: 8489356.

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

Color convert

RGB 140 137 129 -
CMYK 0 0.02 0.08 0.45
HSL 43.64º 0.05% 0.53% -
HSV(B) 43.64º 0.08% 0.55% -
XYZ 23.72 25.05 24.35 -
YUV 136.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 140 137 129 0 0.02 0.08 0.45 43.64 0.05 0.53
Hex 8C 89 81 0 2 8 2D 2C 5 35
Octal 214 211 201 0 2 10 55 54 5 65
Binary 10001100 10001001 10000001 0 10 1000 101101 101100 101 110101

Color Harmonies of #8C8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8981

Black with #8C8981

Text Example


Text Example

White with #8C8981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C8981;
 }
 .AnyTagClassName
 {
   color: #8C8981;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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