#796270

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

Shades of Monsoon #796270

Tints of Monsoon #796270

Color information

#796270 (or 0x796270) is unknown color: approx Monsoon. HEX triplet: 79, 62 and 70. RGB value is (121,98,112). Sum of RGB (Red+Green+Blue) = 121+98+112=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796270 is #869D8F. Grayscale: #6A6A6A. Windows color (decimal): -8822160 or 7365241. OLE color: 7365241.

HSL color Cylindrical-coordinate representation of color #796270: hue angle of 323.48º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #796270 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12198112-
CMYK00.190.070.53
HSL323.48º10.5%42.94%-
HSV(B)323.48º19.01%47.45%-
XYZ15.1813.9717.23-
YUV106.47131.12138.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=36.56%
G=29.61%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219811200.190.070.53323.4810.542.94
Hex796270013735143b2b
Octal1711421600237655031353
Binary1111001110001011100000100111111101011010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796270; }

 p { color: rgb(121,98,112); }

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

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

 a { background-color: rgb(121,98,112); }

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

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

 span { border-color: rgb(121,98,112); }

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