#7C6775

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

Shades of Monsoon #7C6775

Tints of Monsoon #7C6775

Color information

#7C6775 (or 0x7C6775) is unknown color: approx Monsoon. HEX triplet: 7C, 67 and 75. RGB value is (124,103,117). Sum of RGB (Red+Green+Blue) = 124+103+117=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6775 is #83988A. Grayscale: #6E6E6E. Windows color (decimal): -8624267 or 7694204. OLE color: 7694204.

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

Color convert

RGB124103117-
CMYK00.170.060.51
HSL320º9.25%44.51%-
HSV(B)320º16.94%48.63%-
XYZ16.3715.2718.91-
YUV110.88131.46137.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=36.05%
G=29.94%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410311700.170.060.513209.2544.51
Hex7C677501163314092d
Octal1741471650216635001155
Binary1111100110011111101010100011101100111010000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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