Html Css Color HEX #7D7386 Topaz

📋 copy color: '#7D7386'

red 125 ◦ green 115 ◦ blue 134

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

Shades of Topaz #7D7386

Tints of Topaz #7D7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 33.42%
G = 30.75%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D7386 (or 0x7D7386) is known color: Topaz. HEX triplet: 7D, 73 and 86. RGB value is (125,115,134). Sum of RGB (Red+Green+Blue) = 125+115+134=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D7386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7386 is #828C79. Grayscale: #787878. Windows color (decimal): -8555642 or 8811389. OLE color: 8811389.

HSL color Cylindrical-coordinate representation of color #7D7386: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D7386 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 115 134 -
CMYK 0.07 0.14 0 0.47
HSL 271.58º 0.08% 0.49% -
HSV(B) 271.58º 0.14% 0.53% -
XYZ 18.89 18.34 25.1 -
YUV 120.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 125 115 134 0.07 0.14 0 0.47 271.58 0.08 0.49
Hex 7D 73 86 7 E 0 2F 110 8 31
Octal 175 163 206 7 16 0 57 420 10 61
Binary 1111101 1110011 10000110 111 1110 0 101111 100010000 1000 110001

Color Harmonies of #7D7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7386

Black with #7D7386

Text Example


Text Example

White with #7D7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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