#7E798A

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

Shades of Topaz #7E798A

Tints of Topaz #7E798A

Color information

#7E798A (or 0x7E798A) is unknown color: approx Topaz. HEX triplet: 7E, 79 and 8A. RGB value is (126,121,138). Sum of RGB (Red+Green+Blue) = 126+121+138=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E798A is #818675. Grayscale: #7C7C7C. Windows color (decimal): -8488566 or 9075070. OLE color: 9075070.

HSL color Cylindrical-coordinate representation of color #7E798A: hue angle of 257.65º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E798A is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB126121138-
CMYK0.090.1200.46
HSL257.65º6.77%50.78%-
HSV(B)257.65º12.32%54.12%-
XYZ20.0319.9526.84-
YUV124.43135.66129.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=32.73%
G=31.43%
B=35.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1261211380.090.1200.46257.656.7750.78
Hex7E798A9C02E102733
Octal1761712121114056402763
Binary1111110111100110001010100111000101110100000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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