Html Css Color HEX #7D6D82 Mamba

📋 copy color: '#7D6D82'

red 125 ◦ green 109 ◦ blue 130

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

Shades of Mamba #7D6D82

Tints of Mamba #7D6D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 34.34%
G = 29.95%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D6D82 (or 0x7D6D82) is known color: Mamba. HEX triplet: 7D, 6D and 82. RGB value is (125,109,130). Sum of RGB (Red+Green+Blue) = 125+109+130=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6D82 is #82927D. Grayscale: #747474. Windows color (decimal): -8557182 or 8547709. OLE color: 8547709.

HSL color Cylindrical-coordinate representation of color #7D6D82: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D6D82 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 109 130 -
CMYK 0.04 0.16 0 0.49
HSL 285.71º 0.09% 0.47% -
HSV(B) 285.71º 0.16% 0.51% -
XYZ 17.96 16.91 23.44 -
YUV 116.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 125 109 130 0.04 0.16 0 0.49 285.71 0.09 0.47
Hex 7D 6D 82 4 10 0 31 11E 9 2F
Octal 175 155 202 4 20 0 61 436 11 57
Binary 1111101 1101101 10000010 100 10000 0 110001 100011110 1001 101111

Color Harmonies of #7D6D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D82

Black with #7D6D82

Text Example


Text Example

White with #7D6D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,130); }

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

background-color css

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

 a { background-color: rgb(125,109,130); }

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

border-color css

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

 span { border-color: rgb(125,109,130); }

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