Html Css Color HEX #7B6884 Mamba

📋 copy color: '#7B6884'

red 123 ◦ green 104 ◦ blue 132

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

Shades of Mamba #7B6884

Tints of Mamba #7B6884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.77%

R = 34.26%
G = 28.97%
B = 36.77%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6884 (or 0x7B6884) is known color: Mamba. HEX triplet: 7B, 68 and 84. RGB value is (123,104,132). Sum of RGB (Red+Green+Blue) = 123+104+132=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6884 is #84977B. Grayscale: #707070. Windows color (decimal): -8689532 or 8677499. OLE color: 8677499.

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

Color convert

RGB 123 104 132 -
CMYK 0.07 0.21 0 0.48
HSL 280.71º 0.12% 0.46% -
HSV(B) 280.71º 0.21% 0.52% -
XYZ 17.28 15.78 23.96 -
YUV 112.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 123 104 132 0.07 0.21 0 0.48 280.71 0.12 0.46
Hex 7B 68 84 7 15 0 30 119 C 2E
Octal 173 150 204 7 25 0 60 431 14 56
Binary 1111011 1101000 10000100 111 10101 0 110000 100011001 1100 101110

Color Harmonies of #7B6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6884

Black with #7B6884

Text Example


Text Example

White with #7B6884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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