#78767E

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

Shades of Topaz #78767E

Tints of Topaz #78767E

Color information

#78767E (or 0x78767E) is unknown color: approx Topaz. HEX triplet: 78, 76 and 7E. RGB value is (120,118,126). Sum of RGB (Red+Green+Blue) = 120+118+126=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 126 - color contains mainly: blue. Hex color #78767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78767E is #878981. Grayscale: #777777. Windows color (decimal): -8882562 or 8287864. OLE color: 8287864.

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

Color convert

RGB120118126-
CMYK0.050.0600.51
HSL255º3.28%47.84%-
HSV(B)255º6.35%49.41%-
XYZ17.9918.4622.35-
YUV119.51131.66128.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=32.97%
G=32.42%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201181260.050.0600.512553.2847.84
Hex78767E56033ff330
Octal17016617656063377360
Binary11110001110110111111010111001100111111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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