Html Css Color HEX #778099 Ship Cove

📋 copy color: '#778099'

red 119 ◦ green 128 ◦ blue 153

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

Shades of Ship Cove #778099

Tints of Ship Cove #778099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.25%

R = 29.75%
G = 32%
B = 38.25%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778099 (or 0x778099) is known color: Ship Cove. HEX triplet: 77, 80 and 99. RGB value is (119,128,153). Sum of RGB (Red+Green+Blue) = 119+128+153=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #778099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778099 is #887F66. Grayscale: #808080. Windows color (decimal): -8945511 or 10059895. OLE color: 10059895.

HSL color Cylindrical-coordinate representation of color #778099: hue angle of 224.12º 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 #778099 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 128 153 -
CMYK 0.22 0.16 0 0.4
HSL 224.12º 0.14% 0.53% -
HSV(B) 224.12º 0.22% 0.6% -
XYZ 21.08 21.66 33.21 -
YUV 128.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 119 128 153 0.22 0.16 0 0.4 224.12 0.14 0.53
Hex 77 80 99 16 10 0 28 E0 E 35
Octal 167 200 231 26 20 0 50 340 16 65
Binary 1110111 10000000 10011001 10110 10000 0 101000 11100000 1110 110101

Color Harmonies of #778099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778099

Black with #778099

Text Example


Text Example

White with #778099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778099; }

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

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

background-color css

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

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

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

border-color css

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

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

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