#707CAA

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

Shades of Ship Cove #707CAA

Tints of Ship Cove #707CAA

Color information

#707CAA (or 0x707CAA) is unknown color: approx Ship Cove. HEX triplet: 70, 7C and AA. RGB value is (112,124,170). Sum of RGB (Red+Green+Blue) = 112+124+170=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #707CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAA is #8F8355. Grayscale: #7D7D7D. Windows color (decimal): -9405270 or 11172976. OLE color: 11172976.

HSL color Cylindrical-coordinate representation of color #707CAA: hue angle of 227.59º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #707CAA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112124170-
CMYK0.340.2700.33
HSL227.59º25.44%55.29%-
HSV(B)227.59º34.12%66.67%-
XYZ21.1520.7640.92-
YUV125.66153.02118.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=27.59%
G=30.54%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121241700.340.2700.33227.5925.4455.29
Hex707CAA221B021e41937
Octal16017425242330413443167
Binary11100001111100101010101000101101101000011110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707CAA; }

 p { color: rgb(112,124,170); }

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

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

 a { background-color: rgb(112,124,170); }

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

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

 span { border-color: rgb(112,124,170); }

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