Html Css Color HEX #7A628A Mamba

📋 copy color: '#7A628A'

red 122 ◦ green 98 ◦ blue 138

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

Shades of Mamba #7A628A

Tints of Mamba #7A628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 34.08%
G = 27.37%
B = 38.55%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A628A (or 0x7A628A) is known color: Mamba. HEX triplet: 7A, 62 and 8A. RGB value is (122,98,138). Sum of RGB (Red+Green+Blue) = 122+98+138=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A628A is #859D75. Grayscale: #6D6D6D. Windows color (decimal): -8756598 or 9069178. OLE color: 9069178.

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

Color convert

RGB 122 98 138 -
CMYK 0.12 0.29 0 0.46
HSL 276º 0.17% 0.46% -
HSV(B) 276º 0.29% 0.54% -
XYZ 16.98 14.71 25.99 -
YUV 109.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 122 98 138 0.12 0.29 0 0.46 276 0.17 0.46
Hex 7A 62 8A C 1D 0 2E 114 11 2E
Octal 172 142 212 14 35 0 56 424 21 56
Binary 1111010 1100010 10001010 1100 11101 0 101110 100010100 10001 101110

Color Harmonies of #7A628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A628A

Black with #7A628A

Text Example


Text Example

White with #7A628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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