Html Css Color HEX #779399 Gothic

📋 copy color: '#779399'

red 119 ◦ green 147 ◦ blue 153

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

Shades of Gothic #779399

Tints of Gothic #779399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 28.4%
G = 35.08%
B = 36.52%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#779399 (or 0x779399) is known color: Gothic. HEX triplet: 77, 93 and 99. RGB value is (119,147,153). Sum of RGB (Red+Green+Blue) = 119+147+153=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #779399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779399 is #886C66. Grayscale: #8B8B8B. Windows color (decimal): -8940647 or 10064759. OLE color: 10064759.

HSL color Cylindrical-coordinate representation of color #779399: hue angle of 190.59º 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 #779399 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 147 153 -
CMYK 0.22 0.04 0 0.4
HSL 190.59º 0.14% 0.53% -
HSV(B) 190.59º 0.22% 0.6% -
XYZ 23.79 27.09 34.11 -
YUV 139.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 119 147 153 0.22 0.04 0 0.4 190.59 0.14 0.53
Hex 77 93 99 16 4 0 28 BF E 35
Octal 167 223 231 26 4 0 50 277 16 65
Binary 1110111 10010011 10011001 10110 100 0 101000 10111111 1110 110101

Color Harmonies of #779399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779399

Black with #779399

Text Example


Text Example

White with #779399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779399; }

 p { color: rgb(119,147,153); }

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

background-color css

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

 a { background-color: rgb(119,147,153); }

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

border-color css

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

 span { border-color: rgb(119,147,153); }

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