#707EAE

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

Shades of Ship Cove #707EAE

Tints of Ship Cove #707EAE

Color information

#707EAE (or 0x707EAE) is unknown color: approx Ship Cove. HEX triplet: 70, 7E and AE. RGB value is (112,126,174). Sum of RGB (Red+Green+Blue) = 112+126+174=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #707EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707EAE is #8F8151. Grayscale: #7F7F7F. Windows color (decimal): -9404754 or 11435632. OLE color: 11435632.

HSL color Cylindrical-coordinate representation of color #707EAE: hue angle of 226.45º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707EAE is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112126174-
CMYK0.360.2800.32
HSL226.45º27.68%56.08%-
HSV(B)226.45º35.63%68.24%-
XYZ21.7821.4243.03-
YUV127.29154.36117.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=27.18%
G=30.58%
B=42.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121261740.360.2800.32226.4527.6856.08
Hex707EAE241C020e21c38
Octal16017625644340403423470
Binary11100001111110101011101001001110001000001110001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,174); }

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

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

 a { background-color: rgb(112,126,174); }

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

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

 span { border-color: rgb(112,126,174); }

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