Html Css Color HEX #7D698B Mamba

📋 copy color: '#7D698B'

red 125 ◦ green 105 ◦ blue 139

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

Shades of Mamba #7D698B

Tints of Mamba #7D698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 33.88%
G = 28.46%
B = 37.67%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D698B (or 0x7D698B) is known color: Mamba. HEX triplet: 7D, 69 and 8B. RGB value is (125,105,139). Sum of RGB (Red+Green+Blue) = 125+105+139=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D698B is #829674. Grayscale: #727272. Windows color (decimal): -8558197 or 9136509. OLE color: 9136509.

HSL color Cylindrical-coordinate representation of color #7D698B: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D698B is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 105 139 -
CMYK 0.10 0.24 0 0.45
HSL 275.29º 0.14% 0.48% -
HSV(B) 275.29º 0.24% 0.55% -
XYZ 18.17 16.33 26.62 -
YUV 114.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 125 105 139 0.10 0.24 0 0.45 275.29 0.14 0.48
Hex 7D 69 8B A 18 0 2D 113 E 30
Octal 175 151 213 12 30 0 55 423 16 60
Binary 1111101 1101001 10001011 1010 11000 0 101101 100010011 1110 110000

Color Harmonies of #7D698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D698B

Black with #7D698B

Text Example


Text Example

White with #7D698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,105,139); }

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

background-color css

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

 a { background-color: rgb(125,105,139); }

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

border-color css

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

 span { border-color: rgb(125,105,139); }

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