Html Css Color HEX #796070 Monsoon

📋 copy color: '#796070'

red 121 ◦ green 96 ◦ blue 112

#796070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #796070

Tints of Monsoon #796070

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 value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#796070 (or 0x796070) is known color: 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

RGB 121 96 112 -
CMYK 0 0.21 0.07 0.53
HSL 321.6º 0.12% 0.43% -
HSV(B) 321.6º 0.21% 0.47% -
XYZ 14.99 13.6 17.16 -
YUV 105.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 121 96 112 0 0.21 0.07 0.53 321.6 0.12 0.43
Hex 79 60 70 0 15 7 35 142 C 2B
Octal 171 140 160 0 25 7 65 502 14 53
Binary 1111001 1100000 1110000 0 10101 111 110101 101000010 1100 101011

Color Harmonies of #796070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796070

Black with #796070

Text Example


Text Example

White with #796070

Text Example


Text Example

HTML Codes & Css Web 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>