#756570

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

Shades of Monsoon #756570

Tints of Monsoon #756570

Color information

#756570 (or 0x756570) is unknown color: approx Monsoon. HEX triplet: 75, 65 and 70. RGB value is (117,101,112). Sum of RGB (Red+Green+Blue) = 117+101+112=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756570 is #8A9A8F. Grayscale: #6B6B6B. Windows color (decimal): -9083536 or 7366005. OLE color: 7366005.

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

Color convert

RGB117101112-
CMYK00.140.040.54
HSL318.75º7.34%42.75%-
HSV(B)318.75º13.68%45.88%-
XYZ14.9114.2617.3-
YUV107.04130.8135.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=35.45%
G=30.61%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710111200.140.040.54318.757.3442.75
Hex7565700E43613f72b
Octal165145160016466477753
Binary11101011100101111000001110100110110100111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756570; }

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

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

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

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

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

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

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

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