Html Css Color HEX #7D718D Topaz

📋 copy color: '#7D718D'

red 125 ◦ green 113 ◦ blue 141

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

Shades of Topaz #7D718D

Tints of Topaz #7D718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 32.98%
G = 29.82%
B = 37.2%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D718D (or 0x7D718D) is known color: Topaz. HEX triplet: 7D, 71 and 8D. RGB value is (125,113,141). Sum of RGB (Red+Green+Blue) = 125+113+141=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D718D is #828E72. Grayscale: #777777. Windows color (decimal): -8556147 or 9269629. OLE color: 9269629.

HSL color Cylindrical-coordinate representation of color #7D718D: hue angle of 265.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D718D is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 113 141 -
CMYK 0.11 0.20 0 0.45
HSL 265.71º 0.11% 0.5% -
HSV(B) 265.71º 0.2% 0.55% -
XYZ 19.17 18.09 27.68 -
YUV 119.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 125 113 141 0.11 0.20 0 0.45 265.71 0.11 0.5
Hex 7D 71 8D B 14 0 2D 10A B 32
Octal 175 161 215 13 24 0 55 412 13 62
Binary 1111101 1110001 10001101 1011 10100 0 101101 100001010 1011 110010

Color Harmonies of #7D718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D718D

Black with #7D718D

Text Example


Text Example

White with #7D718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,141); }

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

background-color css

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

 a { background-color: rgb(125,113,141); }

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

border-color css

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

 span { border-color: rgb(125,113,141); }

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