#78757C

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

Shades of Topaz #78757C

Tints of Topaz #78757C

Color information

#78757C (or 0x78757C) is unknown color: approx Topaz. HEX triplet: 78, 75 and 7C. RGB value is (120,117,124). Sum of RGB (Red+Green+Blue) = 120+117+124=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #78757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78757C is #878A83. Grayscale: #767676. Windows color (decimal): -8882820 or 8156536. OLE color: 8156536.

HSL color Cylindrical-coordinate representation of color #78757C: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78757C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB120117124-
CMYK0.030.0600.51
HSL265.71º2.9%47.25%-
HSV(B)265.71º5.65%48.63%-
XYZ17.7518.1721.64-
YUV118.7130.99128.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=33.24%
G=32.41%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201171240.030.0600.51265.712.947.25
Hex78757C3603310a32f
Octal17016517436063412357
Binary11110001110101111110011110011001110000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78757C; }

 p { color: rgb(120,117,124); }

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

<style>
 a { background-color: #78757C; }

 a { background-color: rgb(120,117,124); }

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

<style>
 span { border-color: #78757C; }

 span { border-color: rgb(120,117,124); }

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