#756770

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

Shades of Monsoon #756770

Tints of Monsoon #756770

Color information

#756770 (or 0x756770) is unknown color: approx Monsoon. HEX triplet: 75, 67 and 70. RGB value is (117,103,112). Sum of RGB (Red+Green+Blue) = 117+103+112=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756770 is #8A988F. Grayscale: #6C6C6C. Windows color (decimal): -9083024 or 7366517. OLE color: 7366517.

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

Color convert

RGB117103112-
CMYK00.120.040.54
HSL321.43º6.36%43.14%-
HSV(B)321.43º11.97%45.88%-
XYZ15.1114.6517.36-
YUV108.21130.14134.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=35.24%
G=31.02%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710311200.120.040.54321.436.3643.14
Hex7567700C43614162b
Octal165147160014466501653
Binary11101011100111111000001100100110110101000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756770; }

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

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

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

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

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

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

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

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