Html Css Color HEX #778AA4 Ship Cove

📋 copy color: '#778AA4'

red 119 ◦ green 138 ◦ blue 164

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

Shades of Ship Cove #778AA4

Tints of Ship Cove #778AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.95%

R = 28.27%
G = 32.78%
B = 38.95%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#778AA4 (or 0x778AA4) is known color: Ship Cove. HEX triplet: 77, 8A and A4. RGB value is (119,138,164). Sum of RGB (Red+Green+Blue) = 119+138+164=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #778AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AA4 is #88755B. Grayscale: #878787. Windows color (decimal): -8942940 or 10783351. OLE color: 10783351.

HSL color Cylindrical-coordinate representation of color #778AA4: hue angle of 214.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #778AA4 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 138 164 -
CMYK 0.27 0.16 0 0.36
HSL 214.67º 0.2% 0.55% -
HSV(B) 214.67º 0.27% 0.64% -
XYZ 23.4 24.78 38.67 -
YUV 135.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 119 138 164 0.27 0.16 0 0.36 214.67 0.2 0.55
Hex 77 8A A4 1B 10 0 24 D7 14 37
Octal 167 212 244 33 20 0 44 327 24 67
Binary 1110111 10001010 10100100 11011 10000 0 100100 11010111 10100 110111

Color Harmonies of #778AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AA4

Black with #778AA4

Text Example


Text Example

White with #778AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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