Html Css Color HEX #7D6D84 Mamba

📋 copy color: '#7D6D84'

red 125 ◦ green 109 ◦ blue 132

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

Shades of Mamba #7D6D84

Tints of Mamba #7D6D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 34.15%
G = 29.78%
B = 36.07%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D6D84 (or 0x7D6D84) is known color: Mamba. HEX triplet: 7D, 6D and 84. RGB value is (125,109,132). Sum of RGB (Red+Green+Blue) = 125+109+132=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6D84 is #82927B. Grayscale: #747474. Windows color (decimal): -8557180 or 8678781. OLE color: 8678781.

HSL color Cylindrical-coordinate representation of color #7D6D84: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D6D84 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 109 132 -
CMYK 0.05 0.17 0 0.48
HSL 281.74º 0.1% 0.47% -
HSV(B) 281.74º 0.17% 0.52% -
XYZ 18.09 16.96 24.15 -
YUV 116.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 125 109 132 0.05 0.17 0 0.48 281.74 0.1 0.47
Hex 7D 6D 84 5 11 0 30 11A A 2F
Octal 175 155 204 5 21 0 60 432 12 57
Binary 1111101 1101101 10000100 101 10001 0 110000 100011010 1010 101111

Color Harmonies of #7D6D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D84

Black with #7D6D84

Text Example


Text Example

White with #7D6D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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