#757272

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

Shades of Dim Gray #757272

Tints of Dim Gray #757272

Color information

#757272 (or 0x757272) is unknown color: approx Dim Gray. HEX triplet: 75, 72 and 72. RGB value is (117,114,114). Sum of RGB (Red+Green+Blue) = 117+114+114=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 117 - color contains mainly: red. Hex color #757272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757272 is #8A8D8D. Grayscale: #727272. Windows color (decimal): -9080206 or 7500405. OLE color: 7500405.

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

Color convert

RGB117114114-
CMYK00.030.030.54
HSL1.3%45.29%-
HSV(B)2.56%45.88%-
XYZ16.3917.0318.34-
YUV114.9127.49129.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=33.91%
G=33.04%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711411400.030.030.5401.345.29
Hex75727203336012d
Octal165162162033660155
Binary1110101111001011100100111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757272; }

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

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

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

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

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

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

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

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