#757CAA

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

Shades of Ship Cove #757CAA

Tints of Ship Cove #757CAA

Color information

#757CAA (or 0x757CAA) is unknown color: approx Ship Cove. HEX triplet: 75, 7C and AA. RGB value is (117,124,170). Sum of RGB (Red+Green+Blue) = 117+124+170=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #757CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAA is #8A8355. Grayscale: #7E7E7E. Windows color (decimal): -9077590 or 11172981. OLE color: 11172981.

HSL color Cylindrical-coordinate representation of color #757CAA: hue angle of 232.08º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757CAA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117124170-
CMYK0.310.2700.33
HSL232.08º23.77%56.27%-
HSV(B)232.08º31.18%66.67%-
XYZ21.821.140.95-
YUV127.15152.18120.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=28.47%
G=30.17%
B=41.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171241700.310.2700.33232.0823.7756.27
Hex757CAA1F1B021e81838
Octal16517425237330413503070
Binary1110101111110010101010111111101101000011110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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