Html Css Color HEX #7B6484 Mamba

📋 copy color: '#7B6484'

red 123 ◦ green 100 ◦ blue 132

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

Shades of Mamba #7B6484

Tints of Mamba #7B6484

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 value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6484 (or 0x7B6484) is known color: 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

RGB 123 100 132 -
CMYK 0.07 0.24 0 0.48
HSL 283.13º 0.14% 0.45% -
HSV(B) 283.13º 0.24% 0.52% -
XYZ 16.89 14.99 23.83 -
YUV 110.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 123 100 132 0.07 0.24 0 0.48 283.13 0.14 0.45
Hex 7B 64 84 7 18 0 30 11B E 2D
Octal 173 144 204 7 30 0 60 433 16 55
Binary 1111011 1100100 10000100 111 11000 0 110000 100011011 1110 101101

Color Harmonies of #7B6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6484

Black with #7B6484

Text Example


Text Example

White with #7B6484

Text Example


Text Example

HTML Codes & Css Web 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>