#79728B

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

Shades of Topaz #79728B

Tints of Topaz #79728B

Color information

#79728B (or 0x79728B) is unknown color: approx Topaz. HEX triplet: 79, 72 and 8B. RGB value is (121,114,139). Sum of RGB (Red+Green+Blue) = 121+114+139=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #79728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79728B is #868D74. Grayscale: #767676. Windows color (decimal): -8818037 or 9138809. OLE color: 9138809.

HSL color Cylindrical-coordinate representation of color #79728B: hue angle of 256.8º 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 #79728B is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121114139-
CMYK0.130.1800.45
HSL256.8º9.88%49.61%-
HSV(B)256.8º17.99%54.51%-
XYZ18.5617.9626.92-
YUV118.94139.32129.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=32.35%
G=30.48%
B=37.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211141390.130.1800.45256.89.8849.61
Hex79728BD1202D101a32
Octal17116221315220554011262
Binary111100111100101000101111011001001011011000000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79728B; }

 p { color: rgb(121,114,139); }

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

<style>
 a { background-color: #79728B; }

 a { background-color: rgb(121,114,139); }

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

<style>
 span { border-color: #79728B; }

 span { border-color: rgb(121,114,139); }

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