#78829A

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

Shades of Ship Cove #78829A

Tints of Ship Cove #78829A

Color information

#78829A (or 0x78829A) is unknown color: approx Ship Cove. HEX triplet: 78, 82 and 9A. RGB value is (120,130,154). Sum of RGB (Red+Green+Blue) = 120+130+154=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #78829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78829A is #877D65. Grayscale: #818181. Windows color (decimal): -8879462 or 10125944. OLE color: 10125944.

HSL color Cylindrical-coordinate representation of color #78829A: hue angle of 222.35º 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 #78829A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120130154-
CMYK0.220.1600.40
HSL222.35º14.41%53.73%-
HSV(B)222.35º22.08%60.39%-
XYZ21.5622.2933.74-
YUV129.75141.69121.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.70%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=29.70%
G=32.18%
B=38.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201301540.220.1600.40222.3514.4153.73
Hex78829A1610028dee36
Octal17020223226200503361666
Binary1111000100000101001101010110100000101000110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78829A; }

 p { color: rgb(120,130,154); }

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

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

 a { background-color: rgb(120,130,154); }

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

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

 span { border-color: rgb(120,130,154); }

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