#7C6A75

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

Shades of Monsoon #7C6A75

Tints of Monsoon #7C6A75

Color information

#7C6A75 (or 0x7C6A75) is unknown color: approx Monsoon. HEX triplet: 7C, 6A and 75. RGB value is (124,106,117). Sum of RGB (Red+Green+Blue) = 124+106+117=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A75 is #83958A. Grayscale: #707070. Windows color (decimal): -8623499 or 7694972. OLE color: 7694972.

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

Color convert

RGB124106117-
CMYK00.150.060.51
HSL323.33º7.83%45.1%-
HSV(B)323.33º14.52%48.63%-
XYZ16.6815.8819.02-
YUV112.64130.46136.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=35.73%
G=30.55%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410611700.150.060.51323.337.8345.1
Hex7C6A750F63314382d
Octal1741521650176635031055
Binary111110011010101110101011111101100111010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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