#7C6273

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

Shades of Monsoon #7C6273

Tints of Monsoon #7C6273

Color information

#7C6273 (or 0x7C6273) is unknown color: approx Monsoon. HEX triplet: 7C, 62 and 73. RGB value is (124,98,115). Sum of RGB (Red+Green+Blue) = 124+98+115=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6273 is #839D8C. Grayscale: #6B6B6B. Windows color (decimal): -8625549 or 7561852. OLE color: 7561852.

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

Color convert

RGB12498115-
CMYK00.210.070.51
HSL320.77º11.71%43.53%-
HSV(B)320.77º20.97%48.63%-
XYZ15.7714.2618.14-
YUV107.71132.11139.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=36.80%
G=29.08%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249811500.210.070.51320.7711.7143.53
Hex7C6273015733141c2c
Octal1741421630257635011454
Binary1111100110001011100110101011111100111010000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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