#796070

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

Shades of Monsoon #796070

Tints of Monsoon #796070

Color information

#796070 (or 0x796070) is unknown color: approx Monsoon. HEX triplet: 79, 60 and 70. RGB value is (121,96,112). Sum of RGB (Red+Green+Blue) = 121+96+112=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #796070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796070 is #869F8F. Grayscale: #696969. Windows color (decimal): -8822672 or 7364729. OLE color: 7364729.

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

Color convert

RGB12196112-
CMYK00.210.070.53
HSL321.6º11.52%42.55%-
HSV(B)321.6º20.66%47.45%-
XYZ14.9913.617.16-
YUV105.3131.78139.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=36.78%
G=29.18%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219611200.210.070.53321.611.5242.55
Hex796070015735142c2b
Octal1711401600257655021453
Binary1111001110000011100000101011111101011010000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796070; }

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

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

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

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

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

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

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

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