Html Css Color HEX #778DAB Ship Cove

📋 copy color: '#778DAB'

red 119 ◦ green 141 ◦ blue 171

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

Shades of Ship Cove #778DAB

Tints of Ship Cove #778DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 27.61%
G = 32.71%
B = 39.68%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778DAB (or 0x778DAB) is known color: Ship Cove. HEX triplet: 77, 8D and AB. RGB value is (119,141,171). Sum of RGB (Red+Green+Blue) = 119+141+171=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #778DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAB is #887254. Grayscale: #898989. Windows color (decimal): -8942165 or 11242871. OLE color: 11242871.

HSL color Cylindrical-coordinate representation of color #778DAB: hue angle of 214.62º degrees, saturation: 0.24, 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 #778DAB is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 141 171 -
CMYK 0.30 0.18 0 0.33
HSL 214.62º 0.24% 0.57% -
HSV(B) 214.62º 0.3% 0.67% -
XYZ 24.48 25.91 42.24 -
YUV 137.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 119 141 171 0.30 0.18 0 0.33 214.62 0.24 0.57
Hex 77 8D AB 1E 12 0 21 D7 18 39
Octal 167 215 253 36 22 0 41 327 30 71
Binary 1110111 10001101 10101011 11110 10010 0 100001 11010111 11000 111001

Color Harmonies of #778DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DAB

Black with #778DAB

Text Example


Text Example

White with #778DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,141,171); }

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

background-color css

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

 a { background-color: rgb(119,141,171); }

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

border-color css

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

 span { border-color: rgb(119,141,171); }

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