Html Css Color HEX #7A6886 Mamba

📋 copy color: '#7A6886'

red 122 ◦ green 104 ◦ blue 134

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

Shades of Mamba #7A6886

Tints of Mamba #7A6886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

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

R = 33.89%
G = 28.89%
B = 37.22%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6886 (or 0x7A6886) is known color: Mamba. HEX triplet: 7A, 68 and 86. RGB value is (122,104,134). Sum of RGB (Red+Green+Blue) = 122+104+134=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A6886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6886 is #859779. Grayscale: #707070. Windows color (decimal): -8755066 or 8808570. OLE color: 8808570.

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

Color convert

RGB 122 104 134 -
CMYK 0.09 0.22 0 0.47
HSL 276º 0.13% 0.47% -
HSV(B) 276º 0.22% 0.53% -
XYZ 17.28 15.76 24.69 -
YUV 112.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 122 104 134 0.09 0.22 0 0.47 276 0.13 0.47
Hex 7A 68 86 9 16 0 2F 114 D 2F
Octal 172 150 206 11 26 0 57 424 15 57
Binary 1111010 1101000 10000110 1001 10110 0 101111 100010100 1101 101111

Color Harmonies of #7A6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6886

Black with #7A6886

Text Example


Text Example

White with #7A6886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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