#78809B

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

Shades of Ship Cove #78809B

Tints of Ship Cove #78809B

Color information

#78809B (or 0x78809B) is unknown color: approx Ship Cove. HEX triplet: 78, 80 and 9B. RGB value is (120,128,155). Sum of RGB (Red+Green+Blue) = 120+128+155=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #78809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78809B is #877F64. Grayscale: #808080. Windows color (decimal): -8879973 or 10190968. OLE color: 10190968.

HSL color Cylindrical-coordinate representation of color #78809B: hue angle of 226.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78809B is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120128155-
CMYK0.230.1700.39
HSL226.29º14.89%53.92%-
HSV(B)226.29º22.58%60.78%-
XYZ21.3821.834.09-
YUV128.69142.85121.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=29.78%
G=31.76%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201281550.230.1700.39226.2914.8953.92
Hex78809B1711027e2f36
Octal17020023327210473421766
Binary1111000100000001001101110111100010100111111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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