Html Css Color HEX #779298 Gothic

📋 copy color: '#779298'

red 119 ◦ green 146 ◦ blue 152

#779298
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #779298

Tints of Gothic #779298

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 value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#779298 (or 0x779298) is known color: 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

RGB 119 146 152 -
CMYK 0.22 0.04 0 0.40
HSL 190.91º 0.14% 0.53% -
HSV(B) 190.91º 0.22% 0.6% -
XYZ 23.55 26.75 33.63 -
YUV 138.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 119 146 152 0.22 0.04 0 0.40 190.91 0.14 0.53
Hex 77 92 98 16 4 0 28 BF E 35
Octal 167 222 230 26 4 0 50 277 16 65
Binary 1110111 10010010 10011000 10110 100 0 101000 10111111 1110 110101

Color Harmonies of #779298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779298

Black with #779298

Text Example


Text Example

White with #779298

Text Example


Text Example

HTML Codes & Css Web 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>