Html Css Color HEX #7C638A Mamba

📋 copy color: '#7C638A'

red 124 ◦ green 99 ◦ blue 138

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

Shades of Mamba #7C638A

Tints of Mamba #7C638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 34.35%
G = 27.42%
B = 38.23%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C638A (or 0x7C638A) is known color: Mamba. HEX triplet: 7C, 63 and 8A. RGB value is (124,99,138). Sum of RGB (Red+Green+Blue) = 124+99+138=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C638A is #839C75. Grayscale: #6E6E6E. Windows color (decimal): -8625270 or 9069436. OLE color: 9069436.

HSL color Cylindrical-coordinate representation of color #7C638A: hue angle of 278.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C638A is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 99 138 -
CMYK 0.10 0.28 0 0.46
HSL 278.46º 0.16% 0.46% -
HSV(B) 278.46º 0.28% 0.54% -
XYZ 17.36 15.04 26.03 -
YUV 110.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 124 99 138 0.10 0.28 0 0.46 278.46 0.16 0.46
Hex 7C 63 8A A 1C 0 2E 116 10 2E
Octal 174 143 212 12 34 0 56 426 20 56
Binary 1111100 1100011 10001010 1010 11100 0 101110 100010110 10000 101110

Color Harmonies of #7C638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C638A

Black with #7C638A

Text Example


Text Example

White with #7C638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,138); }

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

background-color css

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

 a { background-color: rgb(124,99,138); }

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

border-color css

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

 span { border-color: rgb(124,99,138); }

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