Html Css Color HEX #7A6190 Mamba

📋 copy color: '#7A6190'

red 122 ◦ green 97 ◦ blue 144

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

Shades of Mamba #7A6190

Tints of Mamba #7A6190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 33.61%
G = 26.72%
B = 39.67%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A6190 (or 0x7A6190) is known color: Mamba. HEX triplet: 7A, 61 and 90. RGB value is (122,97,144). Sum of RGB (Red+Green+Blue) = 122+97+144=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A6190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6190 is #859E6F. Grayscale: #6D6D6D. Windows color (decimal): -8756848 or 9462138. OLE color: 9462138.

HSL color Cylindrical-coordinate representation of color #7A6190: hue angle of 271.91º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A6190 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 97 144 -
CMYK 0.15 0.33 0 0.44
HSL 271.91º 0.2% 0.47% -
HSV(B) 271.91º 0.33% 0.56% -
XYZ 17.33 14.7 28.31 -
YUV 109.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 122 97 144 0.15 0.33 0 0.44 271.91 0.2 0.47
Hex 7A 61 90 F 21 0 2C 110 14 2F
Octal 172 141 220 17 41 0 54 420 24 57
Binary 1111010 1100001 10010000 1111 100001 0 101100 100010000 10100 101111

Color Harmonies of #7A6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6190

Black with #7A6190

Text Example


Text Example

White with #7A6190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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