Html Css Color HEX #79718D Topaz

📋 copy color: '#79718D'

red 121 ◦ green 113 ◦ blue 141

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

Shades of Topaz #79718D

Tints of Topaz #79718D

RGB

 RED value IS 121 (47.66% from 255) = 32.27%

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

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

R = 32.27%
G = 30.13%
B = 37.6%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79718D (or 0x79718D) is known color: Topaz. HEX triplet: 79, 71 and 8D. RGB value is (121,113,141). Sum of RGB (Red+Green+Blue) = 121+113+141=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #79718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79718D is #868E72. Grayscale: #767676. Windows color (decimal): -8818291 or 9269625. OLE color: 9269625.

HSL color Cylindrical-coordinate representation of color #79718D: hue angle of 257.14º 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 #79718D is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 113 141 -
CMYK 0.14 0.20 0 0.45
HSL 257.14º 0.11% 0.5% -
HSV(B) 257.14º 0.2% 0.55% -
XYZ 18.6 17.8 27.65 -
YUV 118.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 121 113 141 0.14 0.20 0 0.45 257.14 0.11 0.5
Hex 79 71 8D E 14 0 2D 101 B 32
Octal 171 161 215 16 24 0 55 401 13 62
Binary 1111001 1110001 10001101 1110 10100 0 101101 100000001 1011 110010

Color Harmonies of #79718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79718D

Black with #79718D

Text Example


Text Example

White with #79718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79718D; }

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

 H1.HeaderClassName
 {
   color: #79718D;
 }
 .AnyTagClassName
 {
   color: #79718D;
 }
</style>

background-color css

<style>
 a { background-color: #79718D; }

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

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

border-color css

<style>
 span { border-color: #79718D; }

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

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