#7A6873

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

Shades of Monsoon #7A6873

Tints of Monsoon #7A6873

Color information

#7A6873 (or 0x7A6873) is unknown color: approx Monsoon. HEX triplet: 7A, 68 and 73. RGB value is (122,104,115). Sum of RGB (Red+Green+Blue) = 122+104+115=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6873 is #85978C. Grayscale: #6E6E6E. Windows color (decimal): -8755085 or 7563386. OLE color: 7563386.

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

Color convert

RGB122104115-
CMYK00.150.060.52
HSL323.33º7.96%44.31%-
HSV(B)323.33º14.75%47.84%-
XYZ16.0715.2818.32-
YUV110.64130.46136.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=35.78%
G=30.50%
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.52
SystemRedGreenBlueCMYKHSL
Decimal12210411500.150.060.52323.337.9644.31
Hex7A68730F63414382c
Octal1721501630176645031054
Binary111101011010001110011011111101101001010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,115); }

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

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

 a { background-color: rgb(122,104,115); }

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

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

 span { border-color: rgb(122,104,115); }

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