#79758A

Color #79758A Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #79758A

Tints of Topaz #79758A

Color information

#79758A (or 0x79758A) is unknown color: approx Topaz. HEX triplet: 79, 75 and 8A. RGB value is (121,117,138). Sum of RGB (Red+Green+Blue) = 121+117+138=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #79758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79758A is #868A75. Grayscale: #787878. Windows color (decimal): -8817270 or 9074041. OLE color: 9074041.

HSL color Cylindrical-coordinate representation of color #79758A: hue angle of 251.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79758A is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121117138-
CMYK0.120.1500.46
HSL251.43º8.24%50%-
HSV(B)251.43º15.22%54.12%-
XYZ18.8318.6226.65-
YUV120.59137.83128.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=32.18%
G=31.12%
B=36.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211171380.120.1500.46251.438.2450
Hex79758ACF02Efb832
Octal17116521214170563731062
Binary1111001111010110001010110011110101110111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79758A; }

 p { color: rgb(121,117,138); }

 H1.HeaderClassName
 {
   color: #79758A;
 }
 .AnyTagClassName
 {
   color: #79758A;
 }
</style>
background-color css

<style>
 a { background-color: #79758A; }

 a { background-color: rgb(121,117,138); }

 div.DivClassName
 {
   background-color: #79758A;
 }
 .BgClassName
 {
   background-color: #79758A;
 }
</style>
border-color css

<style>
 span { border-color: #79758A; }

 span { border-color: rgb(121,117,138); }

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