#70779C

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

Shades of Ship Cove #70779C

Tints of Ship Cove #70779C

Color information

#70779C (or 0x70779C) is unknown color: approx Ship Cove. HEX triplet: 70, 77 and 9C. RGB value is (112,119,156). Sum of RGB (Red+Green+Blue) = 112+119+156=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #70779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70779C is #8F8863. Grayscale: #787878. Windows color (decimal): -9406564 or 10254192. OLE color: 10254192.

HSL color Cylindrical-coordinate representation of color #70779C: hue angle of 230.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70779C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112119156-
CMYK0.280.2400.39
HSL230.45º18.18%52.55%-
HSV(B)230.45º28.21%61.18%-
XYZ19.2819.0434.11-
YUV121.12147.68121.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=28.94%
G=30.75%
B=40.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121191560.280.2400.39230.4518.1852.55
Hex70779C1C18027e61235
Octal16016723434300473462265
Binary1110000111011110011100111001100001001111110011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,119,156); }

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

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

 a { background-color: rgb(112,119,156); }

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

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

 span { border-color: rgb(112,119,156); }

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