Html Css Color HEX #7D6F90 Topaz

📋 copy color: '#7D6F90'

red 125 ◦ green 111 ◦ blue 144

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

Shades of Topaz #7D6F90

Tints of Topaz #7D6F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 32.89%
G = 29.21%
B = 37.89%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D6F90 (or 0x7D6F90) is known color: Topaz. HEX triplet: 7D, 6F and 90. RGB value is (125,111,144). Sum of RGB (Red+Green+Blue) = 125+111+144=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D6F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6F90 is #82906F. Grayscale: #767676. Windows color (decimal): -8556656 or 9465725. OLE color: 9465725.

HSL color Cylindrical-coordinate representation of color #7D6F90: hue angle of 265.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D6F90 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 111 144 -
CMYK 0.13 0.23 0 0.44
HSL 265.45º 0.13% 0.5% -
HSV(B) 265.45º 0.23% 0.56% -
XYZ 19.18 17.74 28.8 -
YUV 118.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 125 111 144 0.13 0.23 0 0.44 265.45 0.13 0.5
Hex 7D 6F 90 D 17 0 2C 109 D 32
Octal 175 157 220 15 27 0 54 411 15 62
Binary 1111101 1101111 10010000 1101 10111 0 101100 100001001 1101 110010

Color Harmonies of #7D6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F90

Black with #7D6F90

Text Example


Text Example

White with #7D6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,111,144); }

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

background-color css

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

 a { background-color: rgb(125,111,144); }

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

border-color css

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

 span { border-color: rgb(125,111,144); }

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