Html Css Color HEX #7D7291 Topaz

📋 copy color: '#7D7291'

red 125 ◦ green 114 ◦ blue 145

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

Shades of Topaz #7D7291

Tints of Topaz #7D7291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 32.55%
G = 29.69%
B = 37.76%

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

#7D7291 (or 0x7D7291) is known color: Topaz. HEX triplet: 7D, 72 and 91. RGB value is (125,114,145). Sum of RGB (Red+Green+Blue) = 125+114+145=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D7291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7291 is #828D6E. Grayscale: #787878. Windows color (decimal): -8555887 or 9532029. OLE color: 9532029.

HSL color Cylindrical-coordinate representation of color #7D7291: hue angle of 261.29º 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 #7D7291 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 114 145 -
CMYK 0.14 0.21 0 0.43
HSL 261.29º 0.12% 0.51% -
HSV(B) 261.29º 0.21% 0.57% -
XYZ 19.59 18.44 29.31 -
YUV 120.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 125 114 145 0.14 0.21 0 0.43 261.29 0.12 0.51
Hex 7D 72 91 E 15 0 2B 105 C 33
Octal 175 162 221 16 25 0 53 405 14 63
Binary 1111101 1110010 10010001 1110 10101 0 101011 100000101 1100 110011

Color Harmonies of #7D7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7291

Black with #7D7291

Text Example


Text Example

White with #7D7291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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