Html Css Color HEX #7A6487 Mamba

📋 copy color: '#7A6487'

red 122 ◦ green 100 ◦ blue 135

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

Shades of Mamba #7A6487

Tints of Mamba #7A6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 34.17%
G = 28.01%
B = 37.82%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6487 (or 0x7A6487) is known color: Mamba. HEX triplet: 7A, 64 and 87. RGB value is (122,100,135). Sum of RGB (Red+Green+Blue) = 122+100+135=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A6487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6487 is #859B78. Grayscale: #6E6E6E. Windows color (decimal): -8756089 or 8873082. OLE color: 8873082.

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

Color convert

RGB 122 100 135 -
CMYK 0.10 0.26 0 0.47
HSL 277.71º 0.15% 0.46% -
HSV(B) 277.71º 0.26% 0.53% -
XYZ 16.96 15 24.92 -
YUV 110.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 122 100 135 0.10 0.26 0 0.47 277.71 0.15 0.46
Hex 7A 64 87 A 1A 0 2F 116 F 2E
Octal 172 144 207 12 32 0 57 426 17 56
Binary 1111010 1100100 10000111 1010 11010 0 101111 100010110 1111 101110

Color Harmonies of #7A6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6487

Black with #7A6487

Text Example


Text Example

White with #7A6487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,135); }

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

background-color css

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

 a { background-color: rgb(122,100,135); }

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

border-color css

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

 span { border-color: rgb(122,100,135); }

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