Html Css Color HEX #7D628E Mamba

📋 copy color: '#7D628E'

red 125 ◦ green 98 ◦ blue 142

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

Shades of Mamba #7D628E

Tints of Mamba #7D628E

RGB

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

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

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

R = 34.25%
G = 26.85%
B = 38.9%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D628E (or 0x7D628E) is known color: Mamba. HEX triplet: 7D, 62 and 8E. RGB value is (125,98,142). Sum of RGB (Red+Green+Blue) = 125+98+142=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D628E is #829D71. Grayscale: #6E6E6E. Windows color (decimal): -8559986 or 9331325. OLE color: 9331325.

HSL color Cylindrical-coordinate representation of color #7D628E: hue angle of 276.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D628E is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 98 142 -
CMYK 0.12 0.31 0 0.44
HSL 276.82º 0.18% 0.47% -
HSV(B) 276.82º 0.31% 0.56% -
XYZ 17.71 15.05 27.56 -
YUV 111.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 125 98 142 0.12 0.31 0 0.44 276.82 0.18 0.47
Hex 7D 62 8E C 1F 0 2C 115 12 2F
Octal 175 142 216 14 37 0 54 425 22 57
Binary 1111101 1100010 10001110 1100 11111 0 101100 100010101 10010 101111

Color Harmonies of #7D628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D628E

Black with #7D628E

Text Example


Text Example

White with #7D628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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