#707DA0

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

Shades of Ship Cove #707DA0

Tints of Ship Cove #707DA0

Color information

#707DA0 (or 0x707DA0) is unknown color: approx Ship Cove. HEX triplet: 70, 7D and A0. RGB value is (112,125,160). Sum of RGB (Red+Green+Blue) = 112+125+160=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #707DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA0 is #8F825F. Grayscale: #7C7C7C. Windows color (decimal): -9405024 or 10517872. OLE color: 10517872.

HSL color Cylindrical-coordinate representation of color #707DA0: hue angle of 223.75º 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 #707DA0 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112125160-
CMYK0.300.2200.37
HSL223.75º20.17%53.33%-
HSV(B)223.75º30%62.75%-
XYZ20.3620.6536.17-
YUV125.1147.69118.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=28.21%
G=31.49%
B=40.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121251600.300.2200.37223.7520.1753.33
Hex707DA01E16025e01435
Octal16017524036260453402465
Binary1110000111110110100000111101011001001011110000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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