Html Css Color HEX #7D6B82 Mamba

📋 copy color: '#7D6B82'

red 125 ◦ green 107 ◦ blue 130

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

Shades of Mamba #7D6B82

Tints of Mamba #7D6B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 34.53%
G = 29.56%
B = 35.91%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D6B82 (or 0x7D6B82) is known color: Mamba. HEX triplet: 7D, 6B and 82. RGB value is (125,107,130). Sum of RGB (Red+Green+Blue) = 125+107+130=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6B82 is #82947D. Grayscale: #727272. Windows color (decimal): -8557694 or 8547197. OLE color: 8547197.

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

Color convert

RGB 125 107 130 -
CMYK 0.04 0.18 0 0.49
HSL 286.96º 0.1% 0.46% -
HSV(B) 286.96º 0.18% 0.51% -
XYZ 17.74 16.49 23.37 -
YUV 115 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 125 107 130 0.04 0.18 0 0.49 286.96 0.1 0.46
Hex 7D 6B 82 4 12 0 31 11F A 2E
Octal 175 153 202 4 22 0 61 437 12 56
Binary 1111101 1101011 10000010 100 10010 0 110001 100011111 1010 101110

Color Harmonies of #7D6B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6B82

Black with #7D6B82

Text Example


Text Example

White with #7D6B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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