Html Css Color HEX #7A6286 Mamba

📋 copy color: '#7A6286'

red 122 ◦ green 98 ◦ blue 134

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

Shades of Mamba #7A6286

Tints of Mamba #7A6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 34.46%
G = 27.68%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6286 (or 0x7A6286) is known color: Mamba. HEX triplet: 7A, 62 and 86. RGB value is (122,98,134). Sum of RGB (Red+Green+Blue) = 122+98+134=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A6286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6286 is #859D79. Grayscale: #6D6D6D. Windows color (decimal): -8756602 or 8807034. OLE color: 8807034.

HSL color Cylindrical-coordinate representation of color #7A6286: hue angle of 280º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A6286 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 98 134 -
CMYK 0.09 0.27 0 0.47
HSL 280º 0.16% 0.45% -
HSV(B) 280º 0.27% 0.53% -
XYZ 16.7 14.59 24.49 -
YUV 109.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 122 98 134 0.09 0.27 0 0.47 280 0.16 0.45
Hex 7A 62 86 9 1B 0 2F 118 10 2D
Octal 172 142 206 11 33 0 57 430 20 55
Binary 1111010 1100010 10000110 1001 11011 0 101111 100011000 10000 101101

Color Harmonies of #7A6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6286

Black with #7A6286

Text Example


Text Example

White with #7A6286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,134); }

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

background-color css

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

 a { background-color: rgb(122,98,134); }

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

border-color css

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

 span { border-color: rgb(122,98,134); }

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