Html Css Color HEX #778EA9 Ship Cove

📋 copy color: '#778EA9'

red 119 ◦ green 142 ◦ blue 169

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

Shades of Ship Cove #778EA9

Tints of Ship Cove #778EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.02%

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 27.67%
G = 33.02%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#778EA9 (or 0x778EA9) is known color: Ship Cove. HEX triplet: 77, 8E and A9. RGB value is (119,142,169). Sum of RGB (Red+Green+Blue) = 119+142+169=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #778EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EA9 is #887156. Grayscale: #8A8A8A. Windows color (decimal): -8941911 or 11112055. OLE color: 11112055.

HSL color Cylindrical-coordinate representation of color #778EA9: hue angle of 212.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778EA9 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 142 169 -
CMYK 0.30 0.16 0 0.34
HSL 212.4º 0.23% 0.56% -
HSV(B) 212.4º 0.3% 0.66% -
XYZ 24.44 26.13 41.29 -
YUV 138.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 119 142 169 0.30 0.16 0 0.34 212.4 0.23 0.56
Hex 77 8E A9 1E 10 0 22 D4 17 38
Octal 167 216 251 36 20 0 42 324 27 70
Binary 1110111 10001110 10101001 11110 10000 0 100010 11010100 10111 111000

Color Harmonies of #778EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EA9

Black with #778EA9

Text Example


Text Example

White with #778EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778EA9; }

 p { color: rgb(119,142,169); }

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

background-color css

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

 a { background-color: rgb(119,142,169); }

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

border-color css

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

 span { border-color: rgb(119,142,169); }

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