Html Css Color HEX #7D628D Mamba

📋 copy color: '#7D628D'

red 125 ◦ green 98 ◦ blue 141

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

Shades of Mamba #7D628D

Tints of Mamba #7D628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 34.34%
G = 26.92%
B = 38.74%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D628D (or 0x7D628D) is known color: Mamba. HEX triplet: 7D, 62 and 8D. RGB value is (125,98,141). Sum of RGB (Red+Green+Blue) = 125+98+141=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D628D is #829D72. Grayscale: #6E6E6E. Windows color (decimal): -8559987 or 9265789. OLE color: 9265789.

HSL color Cylindrical-coordinate representation of color #7D628D: hue angle of 277.67º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D628D is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 98 141 -
CMYK 0.11 0.30 0 0.45
HSL 277.67º 0.18% 0.47% -
HSV(B) 277.67º 0.3% 0.55% -
XYZ 17.63 15.02 27.17 -
YUV 110.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 125 98 141 0.11 0.30 0 0.45 277.67 0.18 0.47
Hex 7D 62 8D B 1E 0 2D 116 12 2F
Octal 175 142 215 13 36 0 55 426 22 57
Binary 1111101 1100010 10001101 1011 11110 0 101101 100010110 10010 101111

Color Harmonies of #7D628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D628D

Black with #7D628D

Text Example


Text Example

White with #7D628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,141); }

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

background-color css

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

 a { background-color: rgb(125,98,141); }

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

border-color css

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

 span { border-color: rgb(125,98,141); }

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