Html Css Color HEX #778AA5 Ship Cove

📋 copy color: '#778AA5'

red 119 ◦ green 138 ◦ blue 165

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

Shades of Ship Cove #778AA5

Tints of Ship Cove #778AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.1%

R = 28.2%
G = 32.7%
B = 39.1%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#778AA5 (or 0x778AA5) is known color: Ship Cove. HEX triplet: 77, 8A and A5. RGB value is (119,138,165). Sum of RGB (Red+Green+Blue) = 119+138+165=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 165 - color contains mainly: blue. Hex color #778AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AA5 is #88755A. Grayscale: #878787. Windows color (decimal): -8942939 or 10848887. OLE color: 10848887.

HSL color Cylindrical-coordinate representation of color #778AA5: hue angle of 215.22º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #778AA5 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 138 165 -
CMYK 0.28 0.16 0 0.35
HSL 215.22º 0.2% 0.56% -
HSV(B) 215.22º 0.28% 0.65% -
XYZ 23.49 24.82 39.15 -
YUV 135.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 119 138 165 0.28 0.16 0 0.35 215.22 0.2 0.56
Hex 77 8A A5 1C 10 0 23 D7 14 38
Octal 167 212 245 34 20 0 43 327 24 70
Binary 1110111 10001010 10100101 11100 10000 0 100011 11010111 10100 111000

Color Harmonies of #778AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AA5

Black with #778AA5

Text Example


Text Example

White with #778AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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