Html Css Color HEX #778AAE Ship Cove

📋 copy color: '#778AAE'

red 119 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #778AAE

Tints of Ship Cove #778AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 27.61%
G = 32.02%
B = 40.37%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778AAE (or 0x778AAE) is known color: Ship Cove. HEX triplet: 77, 8A and AE. RGB value is (119,138,174). Sum of RGB (Red+Green+Blue) = 119+138+174=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #778AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAE is #887551. Grayscale: #888888. Windows color (decimal): -8942930 or 11438711. OLE color: 11438711.

HSL color Cylindrical-coordinate representation of color #778AAE: hue angle of 219.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778AAE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 138 174 -
CMYK 0.32 0.21 0 0.32
HSL 219.27º 0.25% 0.57% -
HSV(B) 219.27º 0.32% 0.68% -
XYZ 24.34 25.15 43.62 -
YUV 136.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 119 138 174 0.32 0.21 0 0.32 219.27 0.25 0.57
Hex 77 8A AE 20 15 0 20 DB 19 39
Octal 167 212 256 40 25 0 40 333 31 71
Binary 1110111 10001010 10101110 100000 10101 0 100000 11011011 11001 111001

Color Harmonies of #778AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AAE

Black with #778AAE

Text Example


Text Example

White with #778AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,138,174); }

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

background-color css

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

 a { background-color: rgb(119,138,174); }

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

border-color css

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

 span { border-color: rgb(119,138,174); }

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