#79778A

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

Shades of Topaz #79778A

Tints of Topaz #79778A

Color information

#79778A (or 0x79778A) is unknown color: approx Topaz. HEX triplet: 79, 77 and 8A. RGB value is (121,119,138). Sum of RGB (Red+Green+Blue) = 121+119+138=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #79778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79778A is #868875. Grayscale: #797979. Windows color (decimal): -8816758 or 9074553. OLE color: 9074553.

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

Color convert

RGB121119138-
CMYK0.120.1400.46
HSL246.32º7.51%50.39%-
HSV(B)246.32º13.77%54.12%-
XYZ19.0719.0926.73-
YUV121.76137.16127.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=32.01%
G=31.48%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211191380.120.1400.46246.327.5150.39
Hex79778ACE02Ef6832
Octal17116721214160563661062
Binary1111001111011110001010110011100101110111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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