Html Css Color HEX #7B6686 Mamba

📋 copy color: '#7B6686'

red 123 ◦ green 102 ◦ blue 134

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

Shades of Mamba #7B6686

Tints of Mamba #7B6686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 34.26%
G = 28.41%
B = 37.33%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6686 (or 0x7B6686) is known color: Mamba. HEX triplet: 7B, 66 and 86. RGB value is (123,102,134). Sum of RGB (Red+Green+Blue) = 123+102+134=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6686 is #849979. Grayscale: #6F6F6F. Windows color (decimal): -8690042 or 8808059. OLE color: 8808059.

HSL color Cylindrical-coordinate representation of color #7B6686: hue angle of 279.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6686 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 102 134 -
CMYK 0.08 0.24 0 0.47
HSL 279.38º 0.14% 0.46% -
HSV(B) 279.38º 0.24% 0.53% -
XYZ 17.22 15.43 24.63 -
YUV 111.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 123 102 134 0.08 0.24 0 0.47 279.38 0.14 0.46
Hex 7B 66 86 8 18 0 2F 117 E 2E
Octal 173 146 206 10 30 0 57 427 16 56
Binary 1111011 1100110 10000110 1000 11000 0 101111 100010111 1110 101110

Color Harmonies of #7B6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6686

Black with #7B6686

Text Example


Text Example

White with #7B6686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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