Html Css Color HEX #7A6888 Mamba

📋 copy color: '#7A6888'

red 122 ◦ green 104 ◦ blue 136

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

Shades of Mamba #7A6888

Tints of Mamba #7A6888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 33.7%
G = 28.73%
B = 37.57%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A6888 (or 0x7A6888) is known color: Mamba. HEX triplet: 7A, 68 and 88. RGB value is (122,104,136). Sum of RGB (Red+Green+Blue) = 122+104+136=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A6888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6888 is #859777. Grayscale: #707070. Windows color (decimal): -8755064 or 8939642. OLE color: 8939642.

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

Color convert

RGB 122 104 136 -
CMYK 0.10 0.24 0 0.47
HSL 273.75º 0.13% 0.47% -
HSV(B) 273.75º 0.24% 0.53% -
XYZ 17.42 15.82 25.43 -
YUV 113.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 122 104 136 0.10 0.24 0 0.47 273.75 0.13 0.47
Hex 7A 68 88 A 18 0 2F 112 D 2F
Octal 172 150 210 12 30 0 57 422 15 57
Binary 1111010 1101000 10001000 1010 11000 0 101111 100010010 1101 101111

Color Harmonies of #7A6888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6888

Black with #7A6888

Text Example


Text Example

White with #7A6888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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