#757074

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

Shades of Monsoon #757074

Tints of Monsoon #757074

Color information

#757074 (or 0x757074) is unknown color: approx Monsoon. HEX triplet: 75, 70 and 74. RGB value is (117,112,116). Sum of RGB (Red+Green+Blue) = 117+112+116=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 117 - color contains mainly: red. Hex color #757074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757074 is #8A8F8B. Grayscale: #717171. Windows color (decimal): -9080716 or 7630965. OLE color: 7630965.

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

Color convert

RGB117112116-
CMYK00.040.010.54
HSL312º2.18%44.9%-
HSV(B)312º4.27%45.88%-
XYZ16.2816.6318.87-
YUV113.95129.16130.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=33.91%
G=32.46%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711211600.040.010.543122.1844.9
Hex7570740413613822d
Octal16516016404166470255
Binary1110101111000011101000100111011010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757074; }

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

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

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

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

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

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

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

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