Html Css Color HEX #778098 Ship Cove

📋 copy color: '#778098'

red 119 ◦ green 128 ◦ blue 152

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

Shades of Ship Cove #778098

Tints of Ship Cove #778098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 29.82%
G = 32.08%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778098 (or 0x778098) is known color: Ship Cove. HEX triplet: 77, 80 and 98. RGB value is (119,128,152). Sum of RGB (Red+Green+Blue) = 119+128+152=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #778098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778098 is #887F67. Grayscale: #7F7F7F. Windows color (decimal): -8945512 or 9994359. OLE color: 9994359.

HSL color Cylindrical-coordinate representation of color #778098: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778098 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 128 152 -
CMYK 0.22 0.16 0 0.40
HSL 223.64º 0.14% 0.53% -
HSV(B) 223.64º 0.22% 0.6% -
XYZ 20.99 21.63 32.77 -
YUV 128.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 119 128 152 0.22 0.16 0 0.40 223.64 0.14 0.53
Hex 77 80 98 16 10 0 28 E0 E 35
Octal 167 200 230 26 20 0 50 340 16 65
Binary 1110111 10000000 10011000 10110 10000 0 101000 11100000 1110 110101

Color Harmonies of #778098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778098

Black with #778098

Text Example


Text Example

White with #778098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778098; }

 p { color: rgb(119,128,152); }

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

background-color css

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

 a { background-color: rgb(119,128,152); }

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

border-color css

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

 span { border-color: rgb(119,128,152); }

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