Html Css Color HEX #7A6288 Mamba

📋 copy color: '#7A6288'

red 122 ◦ green 98 ◦ blue 136

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

Shades of Mamba #7A6288

Tints of Mamba #7A6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 34.27%
G = 27.53%
B = 38.2%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6288 (or 0x7A6288) is known color: Mamba. HEX triplet: 7A, 62 and 88. RGB value is (122,98,136). Sum of RGB (Red+Green+Blue) = 122+98+136=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A6288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6288 is #859D77. Grayscale: #6D6D6D. Windows color (decimal): -8756600 or 8938106. OLE color: 8938106.

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

Color convert

RGB 122 98 136 -
CMYK 0.10 0.28 0 0.47
HSL 277.89º 0.16% 0.46% -
HSV(B) 277.89º 0.28% 0.53% -
XYZ 16.84 14.65 25.23 -
YUV 109.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 122 98 136 0.10 0.28 0 0.47 277.89 0.16 0.46
Hex 7A 62 88 A 1C 0 2F 116 10 2E
Octal 172 142 210 12 34 0 57 426 20 56
Binary 1111010 1100010 10001000 1010 11100 0 101111 100010110 10000 101110

Color Harmonies of #7A6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6288

Black with #7A6288

Text Example


Text Example

White with #7A6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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