Html Css Color HEX #7B6684 Mamba

📋 copy color: '#7B6684'

red 123 ◦ green 102 ◦ blue 132

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

Shades of Mamba #7B6684

Tints of Mamba #7B6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 34.45%
G = 28.57%
B = 36.97%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6684 (or 0x7B6684) is known color: Mamba. HEX triplet: 7B, 66 and 84. RGB value is (123,102,132). Sum of RGB (Red+Green+Blue) = 123+102+132=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6684 is #84997B. Grayscale: #6F6F6F. Windows color (decimal): -8690044 or 8676987. OLE color: 8676987.

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

Color convert

RGB 123 102 132 -
CMYK 0.07 0.23 0 0.48
HSL 282º 0.13% 0.46% -
HSV(B) 282º 0.23% 0.52% -
XYZ 17.08 15.38 23.9 -
YUV 111.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 123 102 132 0.07 0.23 0 0.48 282 0.13 0.46
Hex 7B 66 84 7 17 0 30 11A D 2E
Octal 173 146 204 7 27 0 60 432 15 56
Binary 1111011 1100110 10000100 111 10111 0 110000 100011010 1101 101110

Color Harmonies of #7B6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6684

Black with #7B6684

Text Example


Text Example

White with #7B6684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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