#7C6274

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

Shades of Monsoon #7C6274

Tints of Monsoon #7C6274

Color information

#7C6274 (or 0x7C6274) is unknown color: approx Monsoon. HEX triplet: 7C, 62 and 74. RGB value is (124,98,116). Sum of RGB (Red+Green+Blue) = 124+98+116=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6274 is #839D8B. Grayscale: #6B6B6B. Windows color (decimal): -8625548 or 7627388. OLE color: 7627388.

HSL color Cylindrical-coordinate representation of color #7C6274: hue angle of 318.46º 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 #7C6274 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12498116-
CMYK00.210.060.51
HSL318.46º11.71%43.53%-
HSV(B)318.46º20.97%48.63%-
XYZ15.8314.2818.45-
YUV107.83132.61139.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=36.69%
G=28.99%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249811600.210.060.51318.4611.7143.53
Hex7C627401563313ec2c
Octal1741421640256634761454
Binary1111100110001011101000101011101100111001111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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