Html Css Color HEX #7C648E Mamba

📋 copy color: '#7C648E'

red 124 ◦ green 100 ◦ blue 142

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

Shades of Mamba #7C648E

Tints of Mamba #7C648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 33.88%
G = 27.32%
B = 38.8%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C648E (or 0x7C648E) is known color: Mamba. HEX triplet: 7C, 64 and 8E. RGB value is (124,100,142). Sum of RGB (Red+Green+Blue) = 124+100+142=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C648E is #839B71. Grayscale: #6F6F6F. Windows color (decimal): -8625010 or 9331836. OLE color: 9331836.

HSL color Cylindrical-coordinate representation of color #7C648E: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C648E is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 100 142 -
CMYK 0.13 0.30 0 0.44
HSL 274.29º 0.17% 0.47% -
HSV(B) 274.29º 0.3% 0.56% -
XYZ 17.75 15.35 27.62 -
YUV 111.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 124 100 142 0.13 0.30 0 0.44 274.29 0.17 0.47
Hex 7C 64 8E D 1E 0 2C 112 11 2F
Octal 174 144 216 15 36 0 54 422 21 57
Binary 1111100 1100100 10001110 1101 11110 0 101100 100010010 10001 101111

Color Harmonies of #7C648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C648E

Black with #7C648E

Text Example


Text Example

White with #7C648E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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