#789096

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

Shades of Gothic #789096

Tints of Gothic #789096

Color information

#789096 (or 0x789096) is unknown color: approx Gothic. HEX triplet: 78, 90 and 96. RGB value is (120,144,150). Sum of RGB (Red+Green+Blue) = 120+144+150=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #789096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789096 is #876F69. Grayscale: #898989. Windows color (decimal): -8875882 or 9867384. OLE color: 9867384.

HSL color Cylindrical-coordinate representation of color #789096: hue angle of 192º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789096 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120144150-
CMYK0.200.0400.41
HSL192º12.5%52.94%-
HSV(B)192º20%58.82%-
XYZ23.2226.1432.68-
YUV137.51135.05115.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=28.99%
G=34.78%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201441500.200.0400.4119212.552.94
Hex789096144029c0c35
Octal1702202262440513001465
Binary11110001001000010010110101001000101001110000001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789096; }

 p { color: rgb(120,144,150); }

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

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

 a { background-color: rgb(120,144,150); }

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

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

 span { border-color: rgb(120,144,150); }

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