#789296

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

Shades of Gothic #789296

Tints of Gothic #789296

Color information

#789296 (or 0x789296) is unknown color: approx Gothic. HEX triplet: 78, 92 and 96. RGB value is (120,146,150). Sum of RGB (Red+Green+Blue) = 120+146+150=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #789296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789296 is #876D69. Grayscale: #8A8A8A. Windows color (decimal): -8875370 or 9867896. OLE color: 9867896.

HSL color Cylindrical-coordinate representation of color #789296: hue angle of 188º 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 #789296 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120146150-
CMYK0.200.0300.41
HSL188º12.5%52.94%-
HSV(B)188º20%58.82%-
XYZ23.5326.7532.78-
YUV138.68134.39114.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=28.85%
G=35.10%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201461500.200.0300.4118812.552.94
Hex789296143029bcc35
Octal1702222262430512741465
Binary1111000100100101001011010100110101001101111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789296; }

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

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

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

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

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

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

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

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