#757174

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

Shades of Monsoon #757174

Tints of Monsoon #757174

Color information

#757174 (or 0x757174) is unknown color: approx Monsoon. HEX triplet: 75, 71 and 74. RGB value is (117,113,116). Sum of RGB (Red+Green+Blue) = 117+113+116=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 117 - color contains mainly: red. Hex color #757174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757174 is #8A8E8B. Grayscale: #727272. Windows color (decimal): -9080460 or 7631221. OLE color: 7631221.

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

Color convert

RGB117113116-
CMYK00.030.010.54
HSL315º1.74%45.1%-
HSV(B)315º3.42%45.88%-
XYZ16.3916.8518.91-
YUV114.54128.83129.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=33.82%
G=32.66%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711311600.030.010.543151.7445.1
Hex7571740313613b22d
Octal16516116403166473255
Binary111010111100011110100011111011010011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757174; }

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

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

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

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

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

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

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

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