Html Css Color HEX #7A6686 Mamba

📋 copy color: '#7A6686'

red 122 ◦ green 102 ◦ blue 134

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

Shades of Mamba #7A6686

Tints of Mamba #7A6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 34.08%
G = 28.49%
B = 37.43%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6686 (or 0x7A6686) is known color: Mamba. HEX triplet: 7A, 66 and 86. RGB value is (122,102,134). Sum of RGB (Red+Green+Blue) = 122+102+134=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6686 is #859979. Grayscale: #6F6F6F. Windows color (decimal): -8755578 or 8808058. OLE color: 8808058.

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

Color convert

RGB 122 102 134 -
CMYK 0.09 0.24 0 0.47
HSL 277.5º 0.14% 0.46% -
HSV(B) 277.5º 0.24% 0.53% -
XYZ 17.08 15.36 24.62 -
YUV 111.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 122 102 134 0.09 0.24 0 0.47 277.5 0.14 0.46
Hex 7A 66 86 9 18 0 2F 116 E 2E
Octal 172 146 206 11 30 0 57 426 16 56
Binary 1111010 1100110 10000110 1001 11000 0 101111 100010110 1110 101110

Color Harmonies of #7A6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6686

Black with #7A6686

Text Example


Text Example

White with #7A6686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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