#757999

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

Shades of Ship Cove #757999

Tints of Ship Cove #757999

Color information

#757999 (or 0x757999) is unknown color: approx Ship Cove. HEX triplet: 75, 79 and 99. RGB value is (117,121,153). Sum of RGB (Red+Green+Blue) = 117+121+153=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #757999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757999 is #8A8666. Grayscale: #7B7B7B. Windows color (decimal): -9078375 or 10058101. OLE color: 10058101.

HSL color Cylindrical-coordinate representation of color #757999: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757999 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117121153-
CMYK0.240.2100.4
HSL233.33º15%52.94%-
HSV(B)233.33º23.53%60%-
XYZ19.9219.7632.9-
YUV123.45144.67123.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=29.92%
G=30.95%
B=39.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171211530.240.2100.4233.331552.94
Hex7579991815028e9f35
Octal16517123130250503511765
Binary111010111110011001100111000101010101000111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757999; }

 p { color: rgb(117,121,153); }

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

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

 a { background-color: rgb(117,121,153); }

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

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

 span { border-color: rgb(117,121,153); }

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