Html Css Color HEX #7A7182 Mamba

📋 copy color: '#7A7182'

red 122 ◦ green 113 ◦ blue 130

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

Shades of Mamba #7A7182

Tints of Mamba #7A7182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 33.42%
G = 30.96%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A7182 (or 0x7A7182) is known color: Mamba. HEX triplet: 7A, 71 and 82. RGB value is (122,113,130). Sum of RGB (Red+Green+Blue) = 122+113+130=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A7182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7182 is #858E7D. Grayscale: #757575. Windows color (decimal): -8752766 or 8548730. OLE color: 8548730.

HSL color Cylindrical-coordinate representation of color #7A7182: hue angle of 271.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A7182 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 113 130 -
CMYK 0.06 0.13 0 0.49
HSL 271.76º 0.07% 0.48% -
HSV(B) 271.76º 0.13% 0.51% -
XYZ 17.96 17.56 23.56 -
YUV 117.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 122 113 130 0.06 0.13 0 0.49 271.76 0.07 0.48
Hex 7A 71 82 6 D 0 31 110 7 30
Octal 172 161 202 6 15 0 61 420 7 60
Binary 1111010 1110001 10000010 110 1101 0 110001 100010000 111 110000

Color Harmonies of #7A7182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7182

Black with #7A7182

Text Example


Text Example

White with #7A7182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,113,130); }

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

background-color css

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

 a { background-color: rgb(122,113,130); }

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

border-color css

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

 span { border-color: rgb(122,113,130); }

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