#707CAF

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

Shades of Ship Cove #707CAF

Tints of Ship Cove #707CAF

Color information

#707CAF (or 0x707CAF) is unknown color: approx Ship Cove. HEX triplet: 70, 7C and AF. RGB value is (112,124,175). Sum of RGB (Red+Green+Blue) = 112+124+175=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #707CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAF is #8F8350. Grayscale: #7E7E7E. Windows color (decimal): -9405265 or 11500656. OLE color: 11500656.

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

Color convert

RGB112124175-
CMYK0.360.2900.31
HSL228.57º28.25%56.27%-
HSV(B)228.57º36%68.63%-
XYZ21.6320.9643.46-
YUV126.23155.52117.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=27.25%
G=30.17%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121241750.360.2900.31228.5728.2556.27
Hex707CAF241D01Fe51c38
Octal16017425744350373453470
Binary1110000111110010101111100100111010111111110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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