#779298

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

Shades of Gothic #779298

Tints of Gothic #779298

Color information

#779298 (or 0x779298) is unknown color: approx Gothic. HEX triplet: 77, 92 and 98. RGB value is (119,146,152). Sum of RGB (Red+Green+Blue) = 119+146+152=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #779298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779298 is #886D67. Grayscale: #8A8A8A. Windows color (decimal): -8940904 or 9998967. OLE color: 9998967.

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

Color convert

RGB119146152-
CMYK0.220.0400.40
HSL190.91º13.81%53.14%-
HSV(B)190.91º21.71%59.61%-
XYZ23.5526.7533.63-
YUV138.61135.55114.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=28.54%
G=35.01%
B=36.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191461520.220.0400.40190.9113.8153.14
Hex779298164028bfe35
Octal1672222302640502771665
Binary11101111001001010011000101101000101000101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779298; }

 p { color: rgb(119,146,152); }

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

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

 a { background-color: rgb(119,146,152); }

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

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

 span { border-color: rgb(119,146,152); }

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