Html Css Color HEX #7B6489 Mamba

📋 copy color: '#7B6489'

red 123 ◦ green 100 ◦ blue 137

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

Shades of Mamba #7B6489

Tints of Mamba #7B6489

RGB

 RED value IS 123 (48.44% from 255) = 34.17%

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

 BLUE value IS 137 (53.91% from 255) = 38.06%

R = 34.17%
G = 27.78%
B = 38.06%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B6489 (or 0x7B6489) is known color: Mamba. HEX triplet: 7B, 64 and 89. RGB value is (123,100,137). Sum of RGB (Red+Green+Blue) = 123+100+137=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B6489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6489 is #849B76. Grayscale: #6E6E6E. Windows color (decimal): -8690551 or 9004155. OLE color: 9004155.

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

Color convert

RGB 123 100 137 -
CMYK 0.10 0.27 0 0.46
HSL 277.3º 0.16% 0.46% -
HSV(B) 277.3º 0.27% 0.54% -
XYZ 17.24 15.13 25.68 -
YUV 111.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 123 100 137 0.10 0.27 0 0.46 277.3 0.16 0.46
Hex 7B 64 89 A 1B 0 2E 115 10 2E
Octal 173 144 211 12 33 0 56 425 20 56
Binary 1111011 1100100 10001001 1010 11011 0 101110 100010101 10000 101110

Color Harmonies of #7B6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6489

Black with #7B6489

Text Example


Text Example

White with #7B6489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,100,137); }

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

background-color css

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

 a { background-color: rgb(123,100,137); }

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

border-color css

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

 span { border-color: rgb(123,100,137); }

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