#757CAC

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

Shades of Ship Cove #757CAC

Tints of Ship Cove #757CAC

Color information

#757CAC (or 0x757CAC) is unknown color: approx Ship Cove. HEX triplet: 75, 7C and AC. RGB value is (117,124,172). Sum of RGB (Red+Green+Blue) = 117+124+172=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #757CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAC is #8A8353. Grayscale: #7F7F7F. Windows color (decimal): -9077588 or 11304053. OLE color: 11304053.

HSL color Cylindrical-coordinate representation of color #757CAC: hue angle of 232.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757CAC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117124172-
CMYK0.320.2800.33
HSL232.36º24.89%56.67%-
HSV(B)232.36º31.98%67.45%-
XYZ21.9921.1841.96-
YUV127.38153.18120.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=28.33%
G=30.02%
B=41.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171241720.320.2800.33232.3624.8956.67
Hex757CAC201C021e81939
Octal16517425440340413503171
Binary11101011111100101011001000001110001000011110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757CAC; }

 p { color: rgb(117,124,172); }

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

<style>
 a { background-color: #757CAC; }

 a { background-color: rgb(117,124,172); }

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

<style>
 span { border-color: #757CAC; }

 span { border-color: rgb(117,124,172); }

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