Html Css Color HEX #788099 Ship Cove

📋 copy color: '#788099'

red 120 ◦ green 128 ◦ blue 153

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

Shades of Ship Cove #788099

Tints of Ship Cove #788099

RGB

 RED value IS 120 (47.27% from 255) = 29.93%

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

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

R = 29.93%
G = 31.92%
B = 38.15%

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

#788099 (or 0x788099) is known color: Ship Cove. HEX triplet: 78, 80 and 99. RGB value is (120,128,153). Sum of RGB (Red+Green+Blue) = 120+128+153=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #788099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788099 is #877F66. Grayscale: #808080. Windows color (decimal): -8879975 or 10059896. OLE color: 10059896.

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

Color convert

RGB 120 128 153 -
CMYK 0.22 0.16 0 0.4
HSL 225.45º 0.14% 0.54% -
HSV(B) 225.45º 0.22% 0.6% -
XYZ 21.21 21.73 33.21 -
YUV 128.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 120 128 153 0.22 0.16 0 0.4 225.45 0.14 0.54
Hex 78 80 99 16 10 0 28 E1 E 36
Octal 170 200 231 26 20 0 50 341 16 66
Binary 1111000 10000000 10011001 10110 10000 0 101000 11100001 1110 110110

Color Harmonies of #788099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788099

Black with #788099

Text Example


Text Example

White with #788099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788099; }

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

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

background-color css

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

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

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

border-color css

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

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

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