#78829C

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

Shades of Ship Cove #78829C

Tints of Ship Cove #78829C

Color information

#78829C (or 0x78829C) is unknown color: approx Ship Cove. HEX triplet: 78, 82 and 9C. RGB value is (120,130,156). Sum of RGB (Red+Green+Blue) = 120+130+156=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #78829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78829C is #877D63. Grayscale: #818181. Windows color (decimal): -8879460 or 10257016. OLE color: 10257016.

HSL color Cylindrical-coordinate representation of color #78829C: hue angle of 223.33º 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 #78829C is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120130156-
CMYK0.230.1700.39
HSL223.33º15.38%54.12%-
HSV(B)223.33º23.08%61.18%-
XYZ21.7322.3634.62-
YUV129.97142.69120.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=29.56%
G=32.02%
B=38.42%

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
Decimal1201301560.230.1700.39223.3315.3854.12
Hex78829C1711027dff36
Octal17020223427210473371766
Binary1111000100000101001110010111100010100111110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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