Html Css Color HEX #7A6485 Mamba

📋 copy color: '#7A6485'

red 122 ◦ green 100 ◦ blue 133

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

Shades of Mamba #7A6485

Tints of Mamba #7A6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 34.37%
G = 28.17%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A6485 (or 0x7A6485) is known color: Mamba. HEX triplet: 7A, 64 and 85. RGB value is (122,100,133). Sum of RGB (Red+Green+Blue) = 122+100+133=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6485 is #859B7A. Grayscale: #6E6E6E. Windows color (decimal): -8756091 or 8742010. OLE color: 8742010.

HSL color Cylindrical-coordinate representation of color #7A6485: hue angle of 280º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A6485 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 100 133 -
CMYK 0.08 0.25 0 0.48
HSL 280º 0.14% 0.46% -
HSV(B) 280º 0.25% 0.52% -
XYZ 16.82 14.95 24.19 -
YUV 110.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 122 100 133 0.08 0.25 0 0.48 280 0.14 0.46
Hex 7A 64 85 8 19 0 30 118 E 2E
Octal 172 144 205 10 31 0 60 430 16 56
Binary 1111010 1100100 10000101 1000 11001 0 110000 100011000 1110 101110

Color Harmonies of #7A6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6485

Black with #7A6485

Text Example


Text Example

White with #7A6485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,133); }

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

background-color css

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

 a { background-color: rgb(122,100,133); }

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

border-color css

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

 span { border-color: rgb(122,100,133); }

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