#7C6773

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

Shades of Monsoon #7C6773

Tints of Monsoon #7C6773

Color information

#7C6773 (or 0x7C6773) is unknown color: approx Monsoon. HEX triplet: 7C, 67 and 73. RGB value is (124,103,115). Sum of RGB (Red+Green+Blue) = 124+103+115=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6773 is #83988C. Grayscale: #6E6E6E. Windows color (decimal): -8624269 or 7563132. OLE color: 7563132.

HSL color Cylindrical-coordinate representation of color #7C6773: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C6773 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB124103115-
CMYK00.170.070.51
HSL325.71º9.25%44.51%-
HSV(B)325.71º16.94%48.63%-
XYZ16.2615.2218.3-
YUV110.65130.46137.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=36.26%
G=30.12%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410311500.170.070.51325.719.2544.51
Hex7C677301173314692d
Octal1741471630217635061155
Binary1111100110011111100110100011111100111010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,115); }

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

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

 a { background-color: rgb(124,103,115); }

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

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

 span { border-color: rgb(124,103,115); }

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