#707FA7

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

Shades of Ship Cove #707FA7

Tints of Ship Cove #707FA7

Color information

#707FA7 (or 0x707FA7) is unknown color: approx Ship Cove. HEX triplet: 70, 7F and A7. RGB value is (112,127,167). Sum of RGB (Red+Green+Blue) = 112+127+167=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #707FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707FA7 is #8F8058. Grayscale: #7E7E7E. Windows color (decimal): -9404505 or 10977136. OLE color: 10977136.

HSL color Cylindrical-coordinate representation of color #707FA7: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707FA7 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112127167-
CMYK0.330.2400.35
HSL223.64º23.81%54.71%-
HSV(B)223.64º32.93%65.49%-
XYZ21.2521.4139.57-
YUV127.07150.53117.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=27.59%
G=31.28%
B=41.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121271670.330.2400.35223.6423.8154.71
Hex707FA72118023e01837
Octal16017724741300433403067
Binary11100001111111101001111000011100001000111110000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,167); }

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

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

 a { background-color: rgb(112,127,167); }

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

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

 span { border-color: rgb(112,127,167); }

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