Html Css Color HEX #7D648F Mamba

📋 copy color: '#7D648F'

red 125 ◦ green 100 ◦ blue 143

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

Shades of Mamba #7D648F

Tints of Mamba #7D648F

RGB

 RED value IS 125 (49.22% from 255) = 33.97%

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 33.97%
G = 27.17%
B = 38.86%

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

#7D648F (or 0x7D648F) is known color: Mamba. HEX triplet: 7D, 64 and 8F. RGB value is (125,100,143). Sum of RGB (Red+Green+Blue) = 125+100+143=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D648F is #829B70. Grayscale: #707070. Windows color (decimal): -8559473 or 9397373. OLE color: 9397373.

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

Color convert

RGB 125 100 143 -
CMYK 0.13 0.30 0 0.44
HSL 274.88º 0.18% 0.48% -
HSV(B) 274.88º 0.3% 0.56% -
XYZ 17.97 15.46 28.02 -
YUV 112.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 125 100 143 0.13 0.30 0 0.44 274.88 0.18 0.48
Hex 7D 64 8F D 1E 0 2C 113 12 30
Octal 175 144 217 15 36 0 54 423 22 60
Binary 1111101 1100100 10001111 1101 11110 0 101100 100010011 10010 110000

Color Harmonies of #7D648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D648F

Black with #7D648F

Text Example


Text Example

White with #7D648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,143); }

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

background-color css

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

 a { background-color: rgb(125,100,143); }

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

border-color css

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

 span { border-color: rgb(125,100,143); }

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