#707AA0

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

Shades of Ship Cove #707AA0

Tints of Ship Cove #707AA0

Color information

#707AA0 (or 0x707AA0) is unknown color: approx Ship Cove. HEX triplet: 70, 7A and A0. RGB value is (112,122,160). Sum of RGB (Red+Green+Blue) = 112+122+160=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #707AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AA0 is #8F855F. Grayscale: #7B7B7B. Windows color (decimal): -9405792 or 10517104. OLE color: 10517104.

HSL color Cylindrical-coordinate representation of color #707AA0: hue angle of 227.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707AA0 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112122160-
CMYK0.300.2400.37
HSL227.5º20.17%53.33%-
HSV(B)227.5º30%62.75%-
XYZ19.9919.936.05-
YUV123.34148.69119.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=28.43%
G=30.96%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121221600.300.2400.37227.520.1753.33
Hex707AA01E18025e41435
Octal16017224036300453442465
Binary1110000111101010100000111101100001001011110010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,122,160); }

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

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

 a { background-color: rgb(112,122,160); }

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

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

 span { border-color: rgb(112,122,160); }

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