#707799

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

Shades of Ship Cove #707799

Tints of Ship Cove #707799

Color information

#707799 (or 0x707799) is unknown color: approx Ship Cove. HEX triplet: 70, 77 and 99. RGB value is (112,119,153). Sum of RGB (Red+Green+Blue) = 112+119+153=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #707799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707799 is #8F8866. Grayscale: #787878. Windows color (decimal): -9406567 or 10057584. OLE color: 10057584.

HSL color Cylindrical-coordinate representation of color #707799: hue angle of 229.76º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707799 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112119153-
CMYK0.270.2200.4
HSL229.76º16.73%51.96%-
HSV(B)229.76º26.8%60%-
XYZ19.0318.9432.79-
YUV120.78146.18121.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=29.17%
G=30.99%
B=39.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121191530.270.2200.4229.7616.7351.96
Hex7077991B16028e61134
Octal16016723133260503462164
Binary1110000111011110011001110111011001010001110011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707799; }

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

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

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

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

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

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

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

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