Html Css Color HEX #7D6E91 Topaz

📋 copy color: '#7D6E91'

red 125 ◦ green 110 ◦ blue 145

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

Shades of Topaz #7D6E91

Tints of Topaz #7D6E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 32.89%
G = 28.95%
B = 38.16%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D6E91 (or 0x7D6E91) is known color: Topaz. HEX triplet: 7D, 6E and 91. RGB value is (125,110,145). Sum of RGB (Red+Green+Blue) = 125+110+145=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D6E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6E91 is #82916E. Grayscale: #767676. Windows color (decimal): -8556911 or 9531005. OLE color: 9531005.

HSL color Cylindrical-coordinate representation of color #7D6E91: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D6E91 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 110 145 -
CMYK 0.14 0.24 0 0.43
HSL 265.71º 0.14% 0.5% -
HSV(B) 265.71º 0.24% 0.57% -
XYZ 19.14 17.56 29.17 -
YUV 118.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 125 110 145 0.14 0.24 0 0.43 265.71 0.14 0.5
Hex 7D 6E 91 E 18 0 2B 10A E 32
Octal 175 156 221 16 30 0 53 412 16 62
Binary 1111101 1101110 10010001 1110 11000 0 101011 100001010 1110 110010

Color Harmonies of #7D6E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E91

Black with #7D6E91

Text Example


Text Example

White with #7D6E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,145); }

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

background-color css

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

 a { background-color: rgb(125,110,145); }

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

border-color css

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

 span { border-color: rgb(125,110,145); }

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