Html Css Color HEX #7D638E Mamba

📋 copy color: '#7D638E'

red 125 ◦ green 99 ◦ blue 142

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

Shades of Mamba #7D638E

Tints of Mamba #7D638E

RGB

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

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

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

R = 34.15%
G = 27.05%
B = 38.8%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D638E (or 0x7D638E) is known color: Mamba. HEX triplet: 7D, 63 and 8E. RGB value is (125,99,142). Sum of RGB (Red+Green+Blue) = 125+99+142=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 99 (39.06% from 255 or 27.05% 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 #7D638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D638E is #829C71. Grayscale: #6F6F6F. Windows color (decimal): -8559730 or 9331581. OLE color: 9331581.

HSL color Cylindrical-coordinate representation of color #7D638E: hue angle of 276.28º degrees, saturation: 0.18, 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 #7D638E is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 99 142 -
CMYK 0.12 0.30 0 0.44
HSL 276.28º 0.18% 0.47% -
HSV(B) 276.28º 0.3% 0.56% -
XYZ 17.8 15.24 27.59 -
YUV 111.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 125 99 142 0.12 0.30 0 0.44 276.28 0.18 0.47
Hex 7D 63 8E C 1E 0 2C 114 12 2F
Octal 175 143 216 14 36 0 54 424 22 57
Binary 1111101 1100011 10001110 1100 11110 0 101100 100010100 10010 101111

Color Harmonies of #7D638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D638E

Black with #7D638E

Text Example


Text Example

White with #7D638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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