Html Css Color HEX #7B6586 Mamba

📋 copy color: '#7B6586'

red 123 ◦ green 101 ◦ blue 134

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

Shades of Mamba #7B6586

Tints of Mamba #7B6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 34.36%
G = 28.21%
B = 37.43%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6586 (or 0x7B6586) is known color: Mamba. HEX triplet: 7B, 65 and 86. RGB value is (123,101,134). Sum of RGB (Red+Green+Blue) = 123+101+134=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B6586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6586 is #849A79. Grayscale: #6F6F6F. Windows color (decimal): -8690298 or 8807803. OLE color: 8807803.

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

Color convert

RGB 123 101 134 -
CMYK 0.08 0.25 0 0.47
HSL 280º 0.14% 0.46% -
HSV(B) 280º 0.25% 0.53% -
XYZ 17.13 15.24 24.59 -
YUV 111.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 123 101 134 0.08 0.25 0 0.47 280 0.14 0.46
Hex 7B 65 86 8 19 0 2F 118 E 2E
Octal 173 145 206 10 31 0 57 430 16 56
Binary 1111011 1100101 10000110 1000 11001 0 101111 100011000 1110 101110

Color Harmonies of #7B6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6586

Black with #7B6586

Text Example


Text Example

White with #7B6586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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