#78718D

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

Shades of Topaz #78718D

Tints of Topaz #78718D

Color information

#78718D (or 0x78718D) is unknown color: approx Topaz. HEX triplet: 78, 71 and 8D. RGB value is (120,113,141). Sum of RGB (Red+Green+Blue) = 120+113+141=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #78718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78718D is #878E72. Grayscale: #767676. Windows color (decimal): -8883827 or 9269624. OLE color: 9269624.

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

Color convert

RGB120113141-
CMYK0.150.2000.45
HSL255º11.02%49.8%-
HSV(B)255º19.86%55.29%-
XYZ18.4617.7327.65-
YUV118.28140.82129.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=32.09%
G=30.21%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201131410.150.2000.4525511.0249.8
Hex78718DF1402Dffb32
Octal17016121517240553771362
Binary11110001110001100011011111101000101101111111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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