Html Css Color HEX #7B6286 Mamba

📋 copy color: '#7B6286'

red 123 ◦ green 98 ◦ blue 134

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

Shades of Mamba #7B6286

Tints of Mamba #7B6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 34.65%
G = 27.61%
B = 37.75%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6286 (or 0x7B6286) is known color: Mamba. HEX triplet: 7B, 62 and 86. RGB value is (123,98,134). Sum of RGB (Red+Green+Blue) = 123+98+134=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B6286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6286 is #849D79. Grayscale: #6D6D6D. Windows color (decimal): -8691066 or 8807035. OLE color: 8807035.

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

Color convert

RGB 123 98 134 -
CMYK 0.08 0.27 0 0.47
HSL 281.67º 0.16% 0.45% -
HSV(B) 281.67º 0.27% 0.53% -
XYZ 16.84 14.67 24.5 -
YUV 109.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 123 98 134 0.08 0.27 0 0.47 281.67 0.16 0.45
Hex 7B 62 86 8 1B 0 2F 11A 10 2D
Octal 173 142 206 10 33 0 57 432 20 55
Binary 1111011 1100010 10000110 1000 11011 0 101111 100011010 10000 101101

Color Harmonies of #7B6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6286

Black with #7B6286

Text Example


Text Example

White with #7B6286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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