#78767C

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

Shades of Topaz #78767C

Tints of Topaz #78767C

Color information

#78767C (or 0x78767C) is unknown color: approx Topaz. HEX triplet: 78, 76 and 7C. RGB value is (120,118,124). Sum of RGB (Red+Green+Blue) = 120+118+124=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #78767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767C is #878983. Grayscale: #777777. Windows color (decimal): -8882564 or 8156792. OLE color: 8156792.

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

Color convert

RGB120118124-
CMYK0.030.0500.51
HSL260º2.48%47.45%-
HSV(B)260º4.84%48.63%-
XYZ17.8618.4121.68-
YUV119.28130.66128.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=33.15%
G=32.60%
B=34.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201181240.030.0500.512602.4847.45
Hex78767C3503310422f
Octal17016617435063404257
Binary11110001110110111110011101011001110000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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