#757A9B

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

Shades of Ship Cove #757A9B

Tints of Ship Cove #757A9B

Color information

#757A9B (or 0x757A9B) is unknown color: approx Ship Cove. HEX triplet: 75, 7A and 9B. RGB value is (117,122,155). Sum of RGB (Red+Green+Blue) = 117+122+155=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #757A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A9B is #8A8564. Grayscale: #7C7C7C. Windows color (decimal): -9078117 or 10189429. OLE color: 10189429.

HSL color Cylindrical-coordinate representation of color #757A9B: hue angle of 232.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757A9B is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117122155-
CMYK0.250.2100.39
HSL232.11º15.97%53.33%-
HSV(B)232.11º24.52%60.78%-
XYZ20.2120.0733.82-
YUV124.27145.34122.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=29.70%
G=30.96%
B=39.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171221550.250.2100.39232.1115.9753.33
Hex757A9B1915027e81035
Octal16517223331250473502065
Binary1110101111101010011011110011010101001111110100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,122,155); }

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

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

 a { background-color: rgb(117,122,155); }

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

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

 span { border-color: rgb(117,122,155); }

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