Html Css Color HEX #7A6688 Mamba

📋 copy color: '#7A6688'

red 122 ◦ green 102 ◦ blue 136

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

Shades of Mamba #7A6688

Tints of Mamba #7A6688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 33.89%
G = 28.33%
B = 37.78%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6688 (or 0x7A6688) is known color: Mamba. HEX triplet: 7A, 66 and 88. RGB value is (122,102,136). Sum of RGB (Red+Green+Blue) = 122+102+136=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6688 is #859977. Grayscale: #6F6F6F. Windows color (decimal): -8755576 or 8939130. OLE color: 8939130.

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

Color convert

RGB 122 102 136 -
CMYK 0.10 0.25 0 0.47
HSL 275.29º 0.14% 0.47% -
HSV(B) 275.29º 0.25% 0.53% -
XYZ 17.22 15.42 25.36 -
YUV 111.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 122 102 136 0.10 0.25 0 0.47 275.29 0.14 0.47
Hex 7A 66 88 A 19 0 2F 113 E 2F
Octal 172 146 210 12 31 0 57 423 16 57
Binary 1111010 1100110 10001000 1010 11001 0 101111 100010011 1110 101111

Color Harmonies of #7A6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6688

Black with #7A6688

Text Example


Text Example

White with #7A6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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