#716363

Color #716363 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #716363

Tints of Dim Gray #716363

Color information

#716363 (or 0x716363) is unknown color: approx Dim Gray. HEX triplet: 71, 63 and 63. RGB value is (113,99,99). Sum of RGB (Red+Green+Blue) = 113+99+99=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716363 is #8E9C9C. Grayscale: #676767. Windows color (decimal): -9346205 or 6513521. OLE color: 6513521.

HSL color Cylindrical-coordinate representation of color #716363: hue angle of 0º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716363 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1139999-
CMYK00.120.120.56
HSL6.6%41.57%-
HSV(B)12.39%44.31%-
XYZ13.5213.3413.67-
YUV103.19125.64135-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=36.33%
G=31.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113999900.120.120.5606.641.57
Hex7163630CC38072a
Octal16114314301414700752
Binary1110001110001111000110110011001110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716363; }

 p { color: rgb(113,99,99); }

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

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

 a { background-color: rgb(113,99,99); }

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

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

 span { border-color: rgb(113,99,99); }

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