Html Css Color HEX #7A6170 Monsoon

📋 copy color: '#7A6170'

red 122 ◦ green 97 ◦ blue 112

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

Shades of Monsoon #7A6170

Tints of Monsoon #7A6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 36.86%
G = 29.31%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A6170 (or 0x7A6170) is known color: Monsoon. HEX triplet: 7A, 61 and 70. RGB value is (122,97,112). Sum of RGB (Red+Green+Blue) = 122+97+112=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6170 is #859E8F. Grayscale: #6A6A6A. Windows color (decimal): -8756880 or 7364986. OLE color: 7364986.

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

Color convert

RGB 122 97 112 -
CMYK 0 0.20 0.08 0.52
HSL 324º 0.11% 0.43% -
HSV(B) 324º 0.2% 0.48% -
XYZ 15.23 13.86 17.2 -
YUV 106.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 122 97 112 0 0.20 0.08 0.52 324 0.11 0.43
Hex 7A 61 70 0 14 8 34 144 B 2B
Octal 172 141 160 0 24 10 64 504 13 53
Binary 1111010 1100001 1110000 0 10100 1000 110100 101000100 1011 101011

Color Harmonies of #7A6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6170

Black with #7A6170

Text Example


Text Example

White with #7A6170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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