#788099

Color #788099 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #788099

Tints of Ship Cove #788099

Color information

#788099 (or 0x788099) is unknown color: approx 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

RGB120128153-
CMYK0.220.1600.4
HSL225.45º13.92%53.53%-
HSV(B)225.45º21.57%60%-
XYZ21.2121.7333.21-
YUV128.46141.85121.97-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201281530.220.1600.4225.4513.9253.53
Hex7880991610028e1e36
Octal17020023126200503411666
Binary1111000100000001001100110110100000101000111000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>