Html Css Color HEX #7B6291 Mamba

📋 copy color: '#7B6291'

red 123 ◦ green 98 ◦ blue 145

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

Shades of Mamba #7B6291

Tints of Mamba #7B6291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 33.61%
G = 26.78%
B = 39.62%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B6291 (or 0x7B6291) is known color: Mamba. HEX triplet: 7B, 62 and 91. RGB value is (123,98,145). Sum of RGB (Red+Green+Blue) = 123+98+145=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B6291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6291 is #849D6E. Grayscale: #6E6E6E. Windows color (decimal): -8691055 or 9527931. OLE color: 9527931.

HSL color Cylindrical-coordinate representation of color #7B6291: hue angle of 271.91º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B6291 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 98 145 -
CMYK 0.15 0.32 0 0.43
HSL 271.91º 0.19% 0.48% -
HSV(B) 271.91º 0.32% 0.57% -
XYZ 17.65 14.99 28.75 -
YUV 110.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 123 98 145 0.15 0.32 0 0.43 271.91 0.19 0.48
Hex 7B 62 91 F 20 0 2B 110 13 30
Octal 173 142 221 17 40 0 53 420 23 60
Binary 1111011 1100010 10010001 1111 100000 0 101011 100010000 10011 110000

Color Harmonies of #7B6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6291

Black with #7B6291

Text Example


Text Example

White with #7B6291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,98,145); }

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

background-color css

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

 a { background-color: rgb(123,98,145); }

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

border-color css

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

 span { border-color: rgb(123,98,145); }

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