Html Css Color HEX #7A6684 Mamba

📋 copy color: '#7A6684'

red 122 ◦ green 102 ◦ blue 132

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

Shades of Mamba #7A6684

Tints of Mamba #7A6684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 34.27%
G = 28.65%
B = 37.08%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A6684 (or 0x7A6684) is known color: Mamba. HEX triplet: 7A, 66 and 84. RGB value is (122,102,132). Sum of RGB (Red+Green+Blue) = 122+102+132=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A6684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6684 is #85997B. Grayscale: #6F6F6F. Windows color (decimal): -8755580 or 8676986. OLE color: 8676986.

HSL color Cylindrical-coordinate representation of color #7A6684: hue angle of 280º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6684 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 102 132 -
CMYK 0.08 0.23 0 0.48
HSL 280º 0.13% 0.46% -
HSV(B) 280º 0.23% 0.52% -
XYZ 16.94 15.31 23.89 -
YUV 111.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 122 102 132 0.08 0.23 0 0.48 280 0.13 0.46
Hex 7A 66 84 8 17 0 30 118 D 2E
Octal 172 146 204 10 27 0 60 430 15 56
Binary 1111010 1100110 10000100 1000 10111 0 110000 100011000 1101 101110

Color Harmonies of #7A6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6684

Black with #7A6684

Text Example


Text Example

White with #7A6684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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