#707CA0

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

Shades of Ship Cove #707CA0

Tints of Ship Cove #707CA0

Color information

#707CA0 (or 0x707CA0) is unknown color: approx Ship Cove. HEX triplet: 70, 7C and A0. RGB value is (112,124,160). Sum of RGB (Red+Green+Blue) = 112+124+160=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #707CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CA0 is #8F835F. Grayscale: #7C7C7C. Windows color (decimal): -9405280 or 10517616. OLE color: 10517616.

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

Color convert

RGB112124160-
CMYK0.300.2200.37
HSL225º20.17%53.33%-
HSV(B)225º30%62.75%-
XYZ20.2320.436.13-
YUV124.52148.02119.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=28.28%
G=31.31%
B=40.40%

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
Decimal1121241600.300.2200.3722520.1753.33
Hex707CA01E16025e11435
Octal16017424036260453412465
Binary1110000111110010100000111101011001001011110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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