Html Css Color HEX #7C6486 Mamba

📋 copy color: '#7C6486'

red 124 ◦ green 100 ◦ blue 134

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

Shades of Mamba #7C6486

Tints of Mamba #7C6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 34.64%
G = 27.93%
B = 37.43%

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

#7C6486 (or 0x7C6486) is known color: Mamba. HEX triplet: 7C, 64 and 86. RGB value is (124,100,134). Sum of RGB (Red+Green+Blue) = 124+100+134=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 100 (39.45% from 255 or 27.93% 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 #7C6486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6486 is #839B79. Grayscale: #6E6E6E. Windows color (decimal): -8625018 or 8807548. OLE color: 8807548.

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

Color convert

RGB 124 100 134 -
CMYK 0.07 0.25 0 0.47
HSL 282.35º 0.15% 0.46% -
HSV(B) 282.35º 0.25% 0.53% -
XYZ 17.17 15.12 24.57 -
YUV 111.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 124 100 134 0.07 0.25 0 0.47 282.35 0.15 0.46
Hex 7C 64 86 7 19 0 2F 11A F 2E
Octal 174 144 206 7 31 0 57 432 17 56
Binary 1111100 1100100 10000110 111 11001 0 101111 100011010 1111 101110

Color Harmonies of #7C6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6486

Black with #7C6486

Text Example


Text Example

White with #7C6486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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