#75736F

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

Shades of Dove Grey #75736F

Tints of Dove Grey #75736F

Color information

#75736F (or 0x75736F) is unknown color: approx Dove Grey. HEX triplet: 75, 73 and 6F. RGB value is (117,115,111). Sum of RGB (Red+Green+Blue) = 117+115+111=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 117 - color contains mainly: red. Hex color #75736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736F is #8A8C90. Grayscale: #737373. Windows color (decimal): -9079953 or 7304053. OLE color: 7304053.

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

Color convert

RGB117115111-
CMYK00.020.050.54
HSL40º2.63%44.71%-
HSV(B)40º5.13%45.88%-
XYZ16.3417.1917.5-
YUV115.14125.66129.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=34.11%
G=33.53%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711511100.020.050.54402.6344.71
Hex75736F025362832d
Octal1651631570256650355
Binary11101011110011110111101010111011010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75736F; }

 p { color: rgb(117,115,111); }

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

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

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

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

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

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

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