#75746D

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

Shades of Dove Grey #75746D

Tints of Dove Grey #75746D

Color information

#75746D (or 0x75746D) is unknown color: approx Dove Grey. HEX triplet: 75, 74 and 6D. RGB value is (117,116,109). Sum of RGB (Red+Green+Blue) = 117+116+109=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #75746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75746D is #8A8B92. Grayscale: #737373. Windows color (decimal): -9079699 or 7173237. OLE color: 7173237.

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

Color convert

RGB117116109-
CMYK00.010.070.54
HSL52.5º3.54%44.31%-
HSV(B)52.5º6.84%45.88%-
XYZ16.3417.3816.96-
YUV115.5124.33129.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=34.21%
G=33.92%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711610900.010.070.5452.53.5444.31
Hex75746D017363442c
Octal1651641550176664454
Binary11101011110100110110101111110110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75746D; }

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

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

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

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

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

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

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

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