#789399

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

Shades of Gothic #789399

Tints of Gothic #789399

Color information

#789399 (or 0x789399) is unknown color: approx Gothic. HEX triplet: 78, 93 and 99. RGB value is (120,147,153). Sum of RGB (Red+Green+Blue) = 120+147+153=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #789399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789399 is #876C66. Grayscale: #8B8B8B. Windows color (decimal): -8875111 or 10064760. OLE color: 10064760.

HSL color Cylindrical-coordinate representation of color #789399: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789399 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120147153-
CMYK0.220.0400.4
HSL190.91º13.92%53.53%-
HSV(B)190.91º21.57%60%-
XYZ23.9327.1634.12-
YUV139.61135.55114.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=28.57%
G=35%
B=36.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201471530.220.0400.4190.9113.9253.53
Hex789399164028bfe36
Octal1702232312640502771666
Binary11110001001001110011001101101000101000101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789399; }

 p { color: rgb(120,147,153); }

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

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

 a { background-color: rgb(120,147,153); }

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

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

 span { border-color: rgb(120,147,153); }

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