#8C8282

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

Shades of Grey #8C8282

Tints of Grey #8C8282

Color information

#8C8282 (or 0x8C8282) is unknown color: approx Grey. HEX triplet: 8C, 82 and 82. RGB value is (140,130,130). Sum of RGB (Red+Green+Blue) = 140+130+130=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8282 is #737D7D. Grayscale: #858585. Windows color (decimal): -7568766 or 8553100. OLE color: 8553100.

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

Color convert

RGB140130130-
CMYK00.070.070.45
HSL4.17%52.94%-
HSV(B)7.14%54.9%-
XYZ22.8323.1524.38-
YUV132.99126.31133-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=35%
G=32.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013013000.070.070.4504.1752.94
Hex8C82820772D0435
Octal214202202077550465
Binary10001100100000101000001001111111011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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