Html Css Color HEX #7A6392 Mamba

📋 copy color: '#7A6392'

red 122 ◦ green 99 ◦ blue 146

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

Shades of Mamba #7A6392

Tints of Mamba #7A6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 33.24%
G = 26.98%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A6392 (or 0x7A6392) is known color: Mamba. HEX triplet: 7A, 63 and 92. RGB value is (122,99,146). Sum of RGB (Red+Green+Blue) = 122+99+146=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A6392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6392 is #859C6D. Grayscale: #6F6F6F. Windows color (decimal): -8756334 or 9593722. OLE color: 9593722.

HSL color Cylindrical-coordinate representation of color #7A6392: hue angle of 269.36º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A6392 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 99 146 -
CMYK 0.16 0.32 0 0.43
HSL 269.36º 0.19% 0.48% -
HSV(B) 269.36º 0.32% 0.57% -
XYZ 17.68 15.14 29.18 -
YUV 111.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 122 99 146 0.16 0.32 0 0.43 269.36 0.19 0.48
Hex 7A 63 92 10 20 0 2B 10D 13 30
Octal 172 143 222 20 40 0 53 415 23 60
Binary 1111010 1100011 10010010 10000 100000 0 101011 100001101 10011 110000

Color Harmonies of #7A6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6392

Black with #7A6392

Text Example


Text Example

White with #7A6392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,146); }

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

background-color css

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

 a { background-color: rgb(122,99,146); }

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

border-color css

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

 span { border-color: rgb(122,99,146); }

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