#75746A

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

Shades of Dove Grey #75746A

Tints of Dove Grey #75746A

Color information

#75746A (or 0x75746A) is unknown color: approx Dove Grey. HEX triplet: 75, 74 and 6A. RGB value is (117,116,106). Sum of RGB (Red+Green+Blue) = 117+116+106=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75746A is #8A8B95. Grayscale: #737373. Windows color (decimal): -9079702 or 6976629. OLE color: 6976629.

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

Color convert

RGB117116106-
CMYK00.010.090.54
HSL54.55º4.93%43.73%-
HSV(B)54.55º9.4%45.88%-
XYZ16.1817.3116.12-
YUV115.16122.83129.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=34.51%
G=34.22%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711610600.010.090.5454.554.9343.73
Hex75746A019363752c
Octal16516415201116667554
Binary111010111101001101010011001110110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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