#75736E

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

Shades of Dove Grey #75736E

Tints of Dove Grey #75736E

Color information

#75736E (or 0x75736E) is unknown color: approx Dove Grey. HEX triplet: 75, 73 and 6E. RGB value is (117,115,110). Sum of RGB (Red+Green+Blue) = 117+115+110=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #75736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736E is #8A8C91. Grayscale: #737373. Windows color (decimal): -9079954 or 7238517. OLE color: 7238517.

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

Color convert

RGB117115110-
CMYK00.020.060.54
HSL42.86º3.08%44.51%-
HSV(B)42.86º5.98%45.88%-
XYZ16.2817.1717.21-
YUV115.03125.16129.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=34.21%
G=33.63%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711511000.020.060.5442.863.0844.51
Hex75736E026362b32d
Octal1651631560266653355
Binary11101011110011110111001011011011010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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