Html Css Color HEX #79738C Topaz

📋 copy color: '#79738C'

red 121 ◦ green 115 ◦ blue 140

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

Shades of Topaz #79738C

Tints of Topaz #79738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 32.18%
G = 30.59%
B = 37.23%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79738C (or 0x79738C) is known color: Topaz. HEX triplet: 79, 73 and 8C. RGB value is (121,115,140). Sum of RGB (Red+Green+Blue) = 121+115+140=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #79738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79738C is #868C73. Grayscale: #777777. Windows color (decimal): -8817780 or 9204601. OLE color: 9204601.

HSL color Cylindrical-coordinate representation of color #79738C: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79738C is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 115 140 -
CMYK 0.14 0.18 0 0.45
HSL 254.4º 0.1% 0.5% -
HSV(B) 254.4º 0.18% 0.55% -
XYZ 18.75 18.22 27.34 -
YUV 119.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 121 115 140 0.14 0.18 0 0.45 254.4 0.1 0.5
Hex 79 73 8C E 12 0 2D FE A 32
Octal 171 163 214 16 22 0 55 376 12 62
Binary 1111001 1110011 10001100 1110 10010 0 101101 11111110 1010 110010

Color Harmonies of #79738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79738C

Black with #79738C

Text Example


Text Example

White with #79738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79738C; }

 p { color: rgb(121,115,140); }

 H1.HeaderClassName
 {
   color: #79738C;
 }
 .AnyTagClassName
 {
   color: #79738C;
 }
</style>

background-color css

<style>
 a { background-color: #79738C; }

 a { background-color: rgb(121,115,140); }

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

border-color css

<style>
 span { border-color: #79738C; }

 span { border-color: rgb(121,115,140); }

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