#7B6484

Color #7B6484 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #7B6484

Tints of Mamba #7B6484

Color information

#7B6484 (or 0x7B6484) is unknown color: approx Mamba. HEX triplet: 7B, 64 and 84. RGB value is (123,100,132). Sum of RGB (Red+Green+Blue) = 123+100+132=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6484 is #849B7B. Grayscale: #6E6E6E. Windows color (decimal): -8690556 or 8676475. OLE color: 8676475.

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

Color convert

RGB123100132-
CMYK0.070.2400.48
HSL283.12º13.79%45.49%-
HSV(B)283.12º24.24%51.76%-
XYZ16.8914.9923.83-
YUV110.52140.12136.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.65%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=34.65%
G=28.17%
B=37.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231001320.070.2400.48283.1213.7945.49
Hex7B648471803011be2d
Octal1731442047300604331655
Binary11110111100100100001001111100001100001000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B6484;
 }
 .AnyTagClassName
 {
   color: #7B6484;
 }
</style>
background-color css

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

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

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

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

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

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