Html Css Color HEX #7D7389 Topaz

📋 copy color: '#7D7389'

red 125 ◦ green 115 ◦ blue 137

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

Shades of Topaz #7D7389

Tints of Topaz #7D7389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 33.16%
G = 30.5%
B = 36.34%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D7389 (or 0x7D7389) is known color: Topaz. HEX triplet: 7D, 73 and 89. RGB value is (125,115,137). Sum of RGB (Red+Green+Blue) = 125+115+137=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D7389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7389 is #828C76. Grayscale: #787878. Windows color (decimal): -8555639 or 9007997. OLE color: 9007997.

HSL color Cylindrical-coordinate representation of color #7D7389: hue angle of 267.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7389 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 115 137 -
CMYK 0.09 0.16 0 0.46
HSL 267.27º 0.09% 0.49% -
HSV(B) 267.27º 0.16% 0.54% -
XYZ 19.1 18.43 26.22 -
YUV 120.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 125 115 137 0.09 0.16 0 0.46 267.27 0.09 0.49
Hex 7D 73 89 9 10 0 2E 10B 9 31
Octal 175 163 211 11 20 0 56 413 11 61
Binary 1111101 1110011 10001001 1001 10000 0 101110 100001011 1001 110001

Color Harmonies of #7D7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7389

Black with #7D7389

Text Example


Text Example

White with #7D7389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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