Html Css Color HEX #7A6188 Mamba

📋 copy color: '#7A6188'

red 122 ◦ green 97 ◦ blue 136

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

Shades of Mamba #7A6188

Tints of Mamba #7A6188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 34.37%
G = 27.32%
B = 38.31%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6188 (or 0x7A6188) is known color: Mamba. HEX triplet: 7A, 61 and 88. RGB value is (122,97,136). Sum of RGB (Red+Green+Blue) = 122+97+136=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A6188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6188 is #859E77. Grayscale: #6C6C6C. Windows color (decimal): -8756856 or 8937850. OLE color: 8937850.

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

Color convert

RGB 122 97 136 -
CMYK 0.10 0.29 0 0.47
HSL 278.46º 0.17% 0.46% -
HSV(B) 278.46º 0.29% 0.53% -
XYZ 16.74 14.46 25.2 -
YUV 108.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 122 97 136 0.10 0.29 0 0.47 278.46 0.17 0.46
Hex 7A 61 88 A 1D 0 2F 116 11 2E
Octal 172 141 210 12 35 0 57 426 21 56
Binary 1111010 1100001 10001000 1010 11101 0 101111 100010110 10001 101110

Color Harmonies of #7A6188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6188

Black with #7A6188

Text Example


Text Example

White with #7A6188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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