Html Css Color HEX #7C6586 Mamba

📋 copy color: '#7C6586'

red 124 ◦ green 101 ◦ blue 134

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

Shades of Mamba #7C6586

Tints of Mamba #7C6586

RGB

 RED value IS 124 (48.83% from 255) = 34.54%

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

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

R = 34.54%
G = 28.13%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C6586 (or 0x7C6586) is known color: Mamba. HEX triplet: 7C, 65 and 86. RGB value is (124,101,134). Sum of RGB (Red+Green+Blue) = 124+101+134=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 101 (39.84% from 255 or 28.13% 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 #7C6586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6586 is #839A79. Grayscale: #6F6F6F. Windows color (decimal): -8624762 or 8807804. OLE color: 8807804.

HSL color Cylindrical-coordinate representation of color #7C6586: hue angle of 281.82º 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 #7C6586 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 101 134 -
CMYK 0.07 0.25 0 0.47
HSL 281.82º 0.14% 0.46% -
HSV(B) 281.82º 0.25% 0.53% -
XYZ 17.27 15.31 24.6 -
YUV 111.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 124 101 134 0.07 0.25 0 0.47 281.82 0.14 0.46
Hex 7C 65 86 7 19 0 2F 11A E 2E
Octal 174 145 206 7 31 0 57 432 16 56
Binary 1111100 1100101 10000110 111 11001 0 101111 100011010 1110 101110

Color Harmonies of #7C6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6586

Black with #7C6586

Text Example


Text Example

White with #7C6586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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