#757f9f

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

Shades of Ship Cove #757F9F

Tints of Ship Cove #757F9F

Color information

#757F9F (or 0x757F9F) is unknown color: approx Ship Cove. HEX triplet: 75, 7F and 9F. RGB value is (117,127,159). Sum of RGB (Red+Green+Blue) = 117+127+159=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #757F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F9F is #8A8060. Grayscale: #7F7F7F. Windows color (decimal): -9076833 or 10452853. OLE color: 10452853.

HSL color Cylindrical-coordinate representation of color #757F9F: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757F9F is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117127159-
CMYK0.260.2000.38
HSL225.71º17.95%54.12%-
HSV(B)225.71º26.42%62.35%-
XYZ21.1821.4635.83-
YUV127.66145.69120.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=29.03%
G=31.51%
B=39.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171271590.260.2000.38225.7117.9554.12
Hex757F9F1A14026e21236
Octal16517723732240463422266
Binary1110101111111110011111110101010001001101110001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,159); }

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

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

 a { background-color: rgb(117,127,159); }

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

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

 span { border-color: rgb(117,127,159); }

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