#78757E

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

Shades of Topaz #78757E

Tints of Topaz #78757E

Color information

#78757E (or 0x78757E) is unknown color: approx Topaz. HEX triplet: 78, 75 and 7E. RGB value is (120,117,126). Sum of RGB (Red+Green+Blue) = 120+117+126=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 126 - color contains mainly: blue. Hex color #78757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78757E is #878A81. Grayscale: #767676. Windows color (decimal): -8882818 or 8287608. OLE color: 8287608.

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

Color convert

RGB120117126-
CMYK0.050.0700.51
HSL260º3.7%47.65%-
HSV(B)260º7.14%49.41%-
XYZ17.8718.2222.31-
YUV118.92131.99128.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=33.06%
G=32.23%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201171260.050.0700.512603.747.65
Hex78757E57033104430
Octal17016517657063404460
Binary1111000111010111111101011110110011100000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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