Html Css Color HEX #7D6F87 Mamba

📋 copy color: '#7D6F87'

red 125 ◦ green 111 ◦ blue 135

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

Shades of Mamba #7D6F87

Tints of Mamba #7D6F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 33.69%
G = 29.92%
B = 36.39%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D6F87 (or 0x7D6F87) is known color: Mamba. HEX triplet: 7D, 6F and 87. RGB value is (125,111,135). Sum of RGB (Red+Green+Blue) = 125+111+135=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D6F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6F87 is #829078. Grayscale: #757575. Windows color (decimal): -8556665 or 8875901. OLE color: 8875901.

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

Color convert

RGB 125 111 135 -
CMYK 0.07 0.18 0 0.47
HSL 275º 0.1% 0.48% -
HSV(B) 275º 0.18% 0.53% -
XYZ 18.52 17.48 25.32 -
YUV 117.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 125 111 135 0.07 0.18 0 0.47 275 0.1 0.48
Hex 7D 6F 87 7 12 0 2F 113 A 30
Octal 175 157 207 7 22 0 57 423 12 60
Binary 1111101 1101111 10000111 111 10010 0 101111 100010011 1010 110000

Color Harmonies of #7D6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F87

Black with #7D6F87

Text Example


Text Example

White with #7D6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,111,135); }

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

background-color css

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

 a { background-color: rgb(125,111,135); }

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

border-color css

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

 span { border-color: rgb(125,111,135); }

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