#756363

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

Shades of Dim Gray #756363

Tints of Dim Gray #756363

Color information

#756363 (or 0x756363) is unknown color: approx Dim Gray. HEX triplet: 75, 63 and 63. RGB value is (117,99,99). Sum of RGB (Red+Green+Blue) = 117+99+99=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756363 is #8A9C9C. Grayscale: #686868. Windows color (decimal): -9084061 or 6513525. OLE color: 6513525.

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

Color convert

RGB1179999-
CMYK00.150.150.54
HSL8.33%42.35%-
HSV(B)15.38%45.88%-
XYZ14.0513.6113.69-
YUV104.38124.96137-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117999900.150.150.5408.3342.35
Hex7563630FF36082a
Octal165143143017176601052
Binary11101011100011110001101111111111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756363; }

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

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

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

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

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

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

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

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