#78728D

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

Shades of Topaz #78728D

Tints of Topaz #78728D

Color information

#78728D (or 0x78728D) is unknown color: approx Topaz. HEX triplet: 78, 72 and 8D. RGB value is (120,114,141). Sum of RGB (Red+Green+Blue) = 120+114+141=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #78728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78728D is #878D72. Grayscale: #767676. Windows color (decimal): -8883571 or 9269880. OLE color: 9269880.

HSL color Cylindrical-coordinate representation of color #78728D: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78728D is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120114141-
CMYK0.150.1900.45
HSL253.33º10.59%50%-
HSV(B)253.33º19.15%55.29%-
XYZ18.5717.9527.69-
YUV118.87140.49128.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=32%
G=30.4%
B=37.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201141410.150.1900.45253.3310.5950
Hex78728DF1302Dfdb32
Octal17016221517230553751362
Binary11110001110010100011011111100110101101111111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78728D; }

 p { color: rgb(120,114,141); }

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

<style>
 a { background-color: #78728D; }

 a { background-color: rgb(120,114,141); }

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

<style>
 span { border-color: #78728D; }

 span { border-color: rgb(120,114,141); }

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