#757471

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

Shades of Dove Grey #757471

Tints of Dove Grey #757471

Color information

#757471 (or 0x757471) is unknown color: approx Dove Grey. HEX triplet: 75, 74 and 71. RGB value is (117,116,113). Sum of RGB (Red+Green+Blue) = 117+116+113=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 117 - color contains mainly: red. Hex color #757471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757471 is #8A8B8E. Grayscale: #737373. Windows color (decimal): -9079695 or 7435381. OLE color: 7435381.

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

Color convert

RGB117116113-
CMYK00.010.030.54
HSL45º1.74%45.1%-
HSV(B)45º3.42%45.88%-
XYZ16.5617.4618.12-
YUV115.96126.33128.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=33.82%
G=33.53%
B=32.66%

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
Decimal11711611300.010.030.54451.7445.1
Hex757471013362d22d
Octal1651641610136655255
Binary111010111101001110001011111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757471; }

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

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

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

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

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

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

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

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