Html Css Color HEX #7A6782 Mamba

📋 copy color: '#7A6782'

red 122 ◦ green 103 ◦ blue 130

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

Shades of Mamba #7A6782

Tints of Mamba #7A6782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 34.37%
G = 29.01%
B = 36.62%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A6782 (or 0x7A6782) is known color: Mamba. HEX triplet: 7A, 67 and 82. RGB value is (122,103,130). Sum of RGB (Red+Green+Blue) = 122+103+130=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A6782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6782 is #85987D. Grayscale: #6F6F6F. Windows color (decimal): -8755326 or 8546170. OLE color: 8546170.

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

Color convert

RGB 122 103 130 -
CMYK 0.06 0.21 0 0.49
HSL 282.22º 0.12% 0.46% -
HSV(B) 282.22º 0.21% 0.51% -
XYZ 16.91 15.45 23.21 -
YUV 111.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 122 103 130 0.06 0.21 0 0.49 282.22 0.12 0.46
Hex 7A 67 82 6 15 0 31 11A C 2E
Octal 172 147 202 6 25 0 61 432 14 56
Binary 1111010 1100111 10000010 110 10101 0 110001 100011010 1100 101110

Color Harmonies of #7A6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6782

Black with #7A6782

Text Example


Text Example

White with #7A6782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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