Html Css Color HEX #778AAD Ship Cove

📋 copy color: '#778AAD'

red 119 ◦ green 138 ◦ blue 173

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

Shades of Ship Cove #778AAD

Tints of Ship Cove #778AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 27.67%
G = 32.09%
B = 40.23%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778AAD (or 0x778AAD) is known color: Ship Cove. HEX triplet: 77, 8A and AD. RGB value is (119,138,173). Sum of RGB (Red+Green+Blue) = 119+138+173=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #778AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAD is #887552. Grayscale: #888888. Windows color (decimal): -8942931 or 11373175. OLE color: 11373175.

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

Color convert

RGB 119 138 173 -
CMYK 0.31 0.20 0 0.32
HSL 218.89º 0.25% 0.57% -
HSV(B) 218.89º 0.31% 0.68% -
XYZ 24.24 25.12 43.11 -
YUV 136.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 119 138 173 0.31 0.20 0 0.32 218.89 0.25 0.57
Hex 77 8A AD 1F 14 0 20 DB 19 39
Octal 167 212 255 37 24 0 40 333 31 71
Binary 1110111 10001010 10101101 11111 10100 0 100000 11011011 11001 111001

Color Harmonies of #778AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AAD

Black with #778AAD

Text Example


Text Example

White with #778AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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