Html Css Color HEX #778EAA Ship Cove

📋 copy color: '#778EAA'

red 119 ◦ green 142 ◦ blue 170

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

Shades of Ship Cove #778EAA

Tints of Ship Cove #778EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 27.61%
G = 32.95%
B = 39.44%

CMYK

 C value IS 0.3

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778EAA (or 0x778EAA) is known color: Ship Cove. HEX triplet: 77, 8E and AA. RGB value is (119,142,170). Sum of RGB (Red+Green+Blue) = 119+142+170=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #778EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EAA is #887155. Grayscale: #8A8A8A. Windows color (decimal): -8941910 or 11177591. OLE color: 11177591.

HSL color Cylindrical-coordinate representation of color #778EAA: hue angle of 212.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778EAA is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 142 170 -
CMYK 0.3 0.16 0 0.33
HSL 212.94º 0.23% 0.57% -
HSV(B) 212.94º 0.3% 0.67% -
XYZ 24.54 26.17 41.79 -
YUV 138.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 119 142 170 0.3 0.16 0 0.33 212.94 0.23 0.57
Hex 77 8E AA 1E 10 0 21 D5 17 39
Octal 167 216 252 36 20 0 41 325 27 71
Binary 1110111 10001110 10101010 11110 10000 0 100001 11010101 10111 111001

Color Harmonies of #778EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EAA

Black with #778EAA

Text Example


Text Example

White with #778EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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