#707A9B

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

Shades of Ship Cove #707A9B

Tints of Ship Cove #707A9B

Color information

#707A9B (or 0x707A9B) is unknown color: approx Ship Cove. HEX triplet: 70, 7A and 9B. RGB value is (112,122,155). Sum of RGB (Red+Green+Blue) = 112+122+155=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #707A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A9B is #8F8564. Grayscale: #7A7A7A. Windows color (decimal): -9405797 or 10189424. OLE color: 10189424.

HSL color Cylindrical-coordinate representation of color #707A9B: hue angle of 226.05º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707A9B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112122155-
CMYK0.280.2100.39
HSL226.05º17.7%52.35%-
HSV(B)226.05º27.74%60.78%-
XYZ19.5619.7333.79-
YUV122.77146.19120.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=28.79%
G=31.36%
B=39.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121221550.280.2100.39226.0517.752.35
Hex707A9B1C15027e21234
Octal16017223334250473422264
Binary1110000111101010011011111001010101001111110001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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