Html Css Color HEX #7A6070 Monsoon

📋 copy color: '#7A6070'

red 122 ◦ green 96 ◦ blue 112

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

Shades of Monsoon #7A6070

Tints of Monsoon #7A6070

RGB

 RED value IS 122 (48.05% from 255) = 36.97%

 GREEN value IS 96 (37.89% from 255) = 29.09%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 36.97%
G = 29.09%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A6070 (or 0x7A6070) is known color: Monsoon. HEX triplet: 7A, 60 and 70. RGB value is (122,96,112). Sum of RGB (Red+Green+Blue) = 122+96+112=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6070 is #859F8F. Grayscale: #696969. Windows color (decimal): -8757136 or 7364730. OLE color: 7364730.

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

Color convert

RGB 122 96 112 -
CMYK 0 0.21 0.08 0.52
HSL 323.08º 0.12% 0.43% -
HSV(B) 323.08º 0.21% 0.48% -
XYZ 15.13 13.67 17.17 -
YUV 105.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 122 96 112 0 0.21 0.08 0.52 323.08 0.12 0.43
Hex 7A 60 70 0 15 8 34 143 C 2B
Octal 172 140 160 0 25 10 64 503 14 53
Binary 1111010 1100000 1110000 0 10101 1000 110100 101000011 1100 101011

Color Harmonies of #7A6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6070

Black with #7A6070

Text Example


Text Example

White with #7A6070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A6070;
 }
 .AnyTagClassName
 {
   color: #7A6070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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