#757472

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

Shades of Dove Grey #757472

Tints of Dove Grey #757472

Color information

#757472 (or 0x757472) is unknown color: approx Dove Grey. HEX triplet: 75, 74 and 72. RGB value is (117,116,114). Sum of RGB (Red+Green+Blue) = 117+116+114=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 117 - color contains mainly: red. Hex color #757472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757472 is #8A8B8D. Grayscale: #747474. Windows color (decimal): -9079694 or 7500917. OLE color: 7500917.

HSL color Cylindrical-coordinate representation of color #757472: hue angle of 40º 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 #757472 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB117116114-
CMYK00.010.030.54
HSL40º1.3%45.29%-
HSV(B)40º2.56%45.88%-
XYZ16.6217.4918.42-
YUV116.07126.83128.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=33.72%
G=33.43%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711611400.010.030.54401.345.29
Hex757472013362812d
Octal1651641620136650155
Binary11101011110100111001001111101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757472; }

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

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

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

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

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

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

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

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