Html Css Color HEX #778BA8 Ship Cove

📋 copy color: '#778BA8'

red 119 ◦ green 139 ◦ blue 168

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

Shades of Ship Cove #778BA8

Tints of Ship Cove #778BA8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 27.93%
G = 32.63%
B = 39.44%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#778BA8 (or 0x778BA8) is known color: Ship Cove. HEX triplet: 77, 8B and A8. RGB value is (119,139,168). Sum of RGB (Red+Green+Blue) = 119+139+168=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 168 - color contains mainly: blue. Hex color #778BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778BA8 is #887457. Grayscale: #888888. Windows color (decimal): -8942680 or 11045751. OLE color: 11045751.

HSL color Cylindrical-coordinate representation of color #778BA8: hue angle of 215.51º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #778BA8 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 139 168 -
CMYK 0.29 0.17 0 0.34
HSL 215.51º 0.22% 0.56% -
HSV(B) 215.51º 0.29% 0.66% -
XYZ 23.91 25.21 40.65 -
YUV 136.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 119 139 168 0.29 0.17 0 0.34 215.51 0.22 0.56
Hex 77 8B A8 1D 11 0 22 D8 16 38
Octal 167 213 250 35 21 0 42 330 26 70
Binary 1110111 10001011 10101000 11101 10001 0 100010 11011000 10110 111000

Color Harmonies of #778BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BA8

Black with #778BA8

Text Example


Text Example

White with #778BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,168); }

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

background-color css

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

 a { background-color: rgb(119,139,168); }

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

border-color css

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

 span { border-color: rgb(119,139,168); }

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