#788DAA

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

Shades of Ship Cove #788DAA

Tints of Ship Cove #788DAA

Color information

#788DAA (or 0x788DAA) is unknown color: approx Ship Cove. HEX triplet: 78, 8D and AA. RGB value is (120,141,170). Sum of RGB (Red+Green+Blue) = 120+141+170=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #788DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAA is #877255. Grayscale: #898989. Windows color (decimal): -8876630 or 11177336. OLE color: 11177336.

HSL color Cylindrical-coordinate representation of color #788DAA: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788DAA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120141170-
CMYK0.290.1700.33
HSL214.8º22.73%56.86%-
HSV(B)214.8º29.41%66.67%-
XYZ24.5325.9541.75-
YUV138.03146.04115.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=27.84%
G=32.71%
B=39.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201411700.290.1700.33214.822.7356.86
Hex788DAA1D11021d71739
Octal17021525235210413272771
Binary11110001000110110101010111011000101000011101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788DAA; }

 p { color: rgb(120,141,170); }

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

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

 a { background-color: rgb(120,141,170); }

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

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

 span { border-color: rgb(120,141,170); }

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