#8C8181

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

Shades of Grey #8C8181

Tints of Grey #8C8181

Color information

#8C8181 (or 0x8C8181) is unknown color: approx Grey. HEX triplet: 8C, 81 and 81. RGB value is (140,129,129). Sum of RGB (Red+Green+Blue) = 140+129+129=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8181 is #737E7E. Grayscale: #848484. Windows color (decimal): -7569023 or 8487308. OLE color: 8487308.

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

Color convert

RGB140129129-
CMYK00.080.080.45
HSL4.56%52.75%-
HSV(B)7.86%54.9%-
XYZ22.6322.8623.99-
YUV132.29126.14133.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=35.18%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012912900.080.080.4504.5652.75
Hex8C81810882D0535
Octal21420120101010550565
Binary1000110010000001100000010100010001011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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