Html Css Color HEX #7D7391 Topaz

📋 copy color: '#7D7391'

red 125 ◦ green 115 ◦ blue 145

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

Shades of Topaz #7D7391

Tints of Topaz #7D7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 32.47%
G = 29.87%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D7391 (or 0x7D7391) is known color: Topaz. HEX triplet: 7D, 73 and 91. RGB value is (125,115,145). Sum of RGB (Red+Green+Blue) = 125+115+145=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7391 is #828C6E. Grayscale: #797979. Windows color (decimal): -8555631 or 9532285. OLE color: 9532285.

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

Color convert

RGB 125 115 145 -
CMYK 0.14 0.21 0 0.43
HSL 260º 0.12% 0.51% -
HSV(B) 260º 0.21% 0.57% -
XYZ 19.7 18.67 29.35 -
YUV 121.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 125 115 145 0.14 0.21 0 0.43 260 0.12 0.51
Hex 7D 73 91 E 15 0 2B 104 C 33
Octal 175 163 221 16 25 0 53 404 14 63
Binary 1111101 1110011 10010001 1110 10101 0 101011 100000100 1100 110011

Color Harmonies of #7D7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7391

Black with #7D7391

Text Example


Text Example

White with #7D7391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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