Html Css Color HEX #779095 Gothic

📋 copy color: '#779095'

red 119 ◦ green 144 ◦ blue 149

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

Shades of Gothic #779095

Tints of Gothic #779095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 28.88%
G = 34.95%
B = 36.17%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#779095 (or 0x779095) is known color: Gothic. HEX triplet: 77, 90 and 95. RGB value is (119,144,149). Sum of RGB (Red+Green+Blue) = 119+144+149=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #779095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779095 is #886F6A. Grayscale: #898989. Windows color (decimal): -8941419 or 9801847. OLE color: 9801847.

HSL color Cylindrical-coordinate representation of color #779095: hue angle of 190º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779095 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 144 149 -
CMYK 0.20 0.03 0 0.42
HSL 190º 0.12% 0.53% -
HSV(B) 190º 0.2% 0.58% -
XYZ 23.01 26.04 32.25 -
YUV 137.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 119 144 149 0.20 0.03 0 0.42 190 0.12 0.53
Hex 77 90 95 14 3 0 2A BE C 35
Octal 167 220 225 24 3 0 52 276 14 65
Binary 1110111 10010000 10010101 10100 11 0 101010 10111110 1100 110101

Color Harmonies of #779095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779095

Black with #779095

Text Example


Text Example

White with #779095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779095; }

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

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

background-color css

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

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

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

border-color css

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

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

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