#796974

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

Shades of Monsoon #796974

Tints of Monsoon #796974

Color information

#796974 (or 0x796974) is unknown color: approx Monsoon. HEX triplet: 79, 69 and 74. RGB value is (121,105,116). Sum of RGB (Red+Green+Blue) = 121+105+116=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796974 is #86968B. Grayscale: #6F6F6F. Windows color (decimal): -8820364 or 7629177. OLE color: 7629177.

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

Color convert

RGB121105116-
CMYK00.130.040.53
HSL318.75º7.08%44.31%-
HSV(B)318.75º13.22%47.45%-
XYZ16.0915.4318.65-
YUV111.04130.8135.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=35.38%
G=30.70%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511600.130.040.53318.757.0844.31
Hex7969740D43513f72c
Octal171151164015465477754
Binary11110011101001111010001101100110101100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796974; }

 p { color: rgb(121,105,116); }

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

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

 a { background-color: rgb(121,105,116); }

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

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

 span { border-color: rgb(121,105,116); }

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