Html Css Color HEX #7A6189 Mamba

📋 copy color: '#7A6189'

red 122 ◦ green 97 ◦ blue 137

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

Shades of Mamba #7A6189

Tints of Mamba #7A6189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.48%

R = 34.27%
G = 27.25%
B = 38.48%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A6189 (or 0x7A6189) is known color: Mamba. HEX triplet: 7A, 61 and 89. RGB value is (122,97,137). Sum of RGB (Red+Green+Blue) = 122+97+137=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6189 is #859E76. Grayscale: #6C6C6C. Windows color (decimal): -8756855 or 9003386. OLE color: 9003386.

HSL color Cylindrical-coordinate representation of color #7A6189: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A6189 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 97 137 -
CMYK 0.11 0.29 0 0.46
HSL 277.5º 0.17% 0.46% -
HSV(B) 277.5º 0.29% 0.54% -
XYZ 16.82 14.49 25.58 -
YUV 109.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 122 97 137 0.11 0.29 0 0.46 277.5 0.17 0.46
Hex 7A 61 89 B 1D 0 2E 116 11 2E
Octal 172 141 211 13 35 0 56 426 21 56
Binary 1111010 1100001 10001001 1011 11101 0 101110 100010110 10001 101110

Color Harmonies of #7A6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6189

Black with #7A6189

Text Example


Text Example

White with #7A6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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