#78809F

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

Shades of Ship Cove #78809F

Tints of Ship Cove #78809F

Color information

#78809F (or 0x78809F) is unknown color: approx Ship Cove. HEX triplet: 78, 80 and 9F. RGB value is (120,128,159). Sum of RGB (Red+Green+Blue) = 120+128+159=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #78809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78809F is #877F60. Grayscale: #818181. Windows color (decimal): -8879969 or 10453112. OLE color: 10453112.

HSL color Cylindrical-coordinate representation of color #78809F: hue angle of 227.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78809F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120128159-
CMYK0.250.1900.38
HSL227.69º16.88%54.71%-
HSV(B)227.69º24.53%62.35%-
XYZ21.7221.9335.89-
YUV129.14144.85121.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=29.48%
G=31.45%
B=39.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201281590.250.1900.38227.6916.8854.71
Hex78809F1913026e41137
Octal17020023731230463442167
Binary11110001000000010011111110011001101001101110010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78809F; }

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

 H1.HeaderClassName
 {
   color: #78809F;
 }
 .AnyTagClassName
 {
   color: #78809F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #78809F;
 }
 .BgClassName
 {
   background-color: #78809F;
 }
</style>
border-color css

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

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

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