Html Css Color HEX #779096 Gothic

📋 copy color: '#779096'

red 119 ◦ green 144 ◦ blue 150

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

Shades of Gothic #779096

Tints of Gothic #779096

RGB

 RED value IS 119 (46.88% from 255) = 28.81%

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 28.81%
G = 34.87%
B = 36.32%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#779096 (or 0x779096) is known color: Gothic. HEX triplet: 77, 90 and 96. RGB value is (119,144,150). Sum of RGB (Red+Green+Blue) = 119+144+150=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #779096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779096 is #886F69. Grayscale: #898989. Windows color (decimal): -8941418 or 9867383. OLE color: 9867383.

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

Color convert

RGB 119 144 150 -
CMYK 0.21 0.04 0 0.41
HSL 191.61º 0.13% 0.53% -
HSV(B) 191.61º 0.21% 0.59% -
XYZ 23.09 26.07 32.67 -
YUV 137.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 119 144 150 0.21 0.04 0 0.41 191.61 0.13 0.53
Hex 77 90 96 15 4 0 29 C0 D 35
Octal 167 220 226 25 4 0 51 300 15 65
Binary 1110111 10010000 10010110 10101 100 0 101001 11000000 1101 110101

Color Harmonies of #779096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779096

Black with #779096

Text Example


Text Example

White with #779096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779096; }

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

 H1.HeaderClassName
 {
   color: #779096;
 }
 .AnyTagClassName
 {
   color: #779096;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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