#8C8383

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

Shades of Grey #8C8383

Tints of Grey #8C8383

Color information

#8C8383 (or 0x8C8383) is unknown color: approx Grey. HEX triplet: 8C, 83 and 83. RGB value is (140,131,131). Sum of RGB (Red+Green+Blue) = 140+131+131=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8383 is #737C7C. Grayscale: #858585. Windows color (decimal): -7568509 or 8618892. OLE color: 8618892.

HSL color Cylindrical-coordinate representation of color #8C8383: 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.06%. Process color model (Four color, CMYK) of #8C8383 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140131131-
CMYK00.060.060.45
HSL3.77%53.14%-
HSV(B)6.43%54.9%-
XYZ23.0323.4524.78-
YUV133.69126.48132.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=34.83%
G=32.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013113100.060.060.4503.7753.14
Hex8C83830662D0435
Octal214203203066550465
Binary10001100100000111000001101101101011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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