Html Css Color HEX #7D688F Mamba

📋 copy color: '#7D688F'

red 125 ◦ green 104 ◦ blue 143

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

Shades of Mamba #7D688F

Tints of Mamba #7D688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 33.6%
G = 27.96%
B = 38.44%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D688F (or 0x7D688F) is known color: Mamba. HEX triplet: 7D, 68 and 8F. RGB value is (125,104,143). Sum of RGB (Red+Green+Blue) = 125+104+143=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D688F is #829770. Grayscale: #727272. Windows color (decimal): -8558449 or 9398397. OLE color: 9398397.

HSL color Cylindrical-coordinate representation of color #7D688F: hue angle of 272.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D688F is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 104 143 -
CMYK 0.13 0.27 0 0.44
HSL 272.31º 0.16% 0.48% -
HSV(B) 272.31º 0.27% 0.56% -
XYZ 18.37 16.24 28.15 -
YUV 114.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 125 104 143 0.13 0.27 0 0.44 272.31 0.16 0.48
Hex 7D 68 8F D 1B 0 2C 110 10 30
Octal 175 150 217 15 33 0 54 420 20 60
Binary 1111101 1101000 10001111 1101 11011 0 101100 100010000 10000 110000

Color Harmonies of #7D688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D688F

Black with #7D688F

Text Example


Text Example

White with #7D688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,104,143); }

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

background-color css

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

 a { background-color: rgb(125,104,143); }

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

border-color css

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

 span { border-color: rgb(125,104,143); }

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