#7B6070

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

Shades of Monsoon #7B6070

Tints of Monsoon #7B6070

Color information

#7B6070 (or 0x7B6070) is unknown color: approx Monsoon. HEX triplet: 7B, 60 and 70. RGB value is (123,96,112). Sum of RGB (Red+Green+Blue) = 123+96+112=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6070 is #849F8F. Grayscale: #696969. Windows color (decimal): -8691600 or 7364731. OLE color: 7364731.

HSL color Cylindrical-coordinate representation of color #7B6070: hue angle of 324.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6070 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12396112-
CMYK00.220.090.52
HSL324.44º12.33%42.94%-
HSV(B)324.44º21.95%48.24%-
XYZ15.2813.7517.18-
YUV105.9131.45140.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=37.16%
G=29.00%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239611200.220.090.52324.4412.3342.94
Hex7B6070016934144c2b
Octal17314016002611645041453
Binary11110111100000111000001011010011101001010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6070; }

 p { color: rgb(123,96,112); }

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

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

 a { background-color: rgb(123,96,112); }

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

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

 span { border-color: rgb(123,96,112); }

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