#757D9C

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

Shades of Ship Cove #757D9C

Tints of Ship Cove #757D9C

Color information

#757D9C (or 0x757D9C) is unknown color: approx Ship Cove. HEX triplet: 75, 7D and 9C. RGB value is (117,125,156). Sum of RGB (Red+Green+Blue) = 117+125+156=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #757D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D9C is #8A8263. Grayscale: #7E7E7E. Windows color (decimal): -9077348 or 10255733. OLE color: 10255733.

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

Color convert

RGB117125156-
CMYK0.250.2000.39
HSL227.69º16.46%53.53%-
HSV(B)227.69º25%61.18%-
XYZ20.6720.8534.39-
YUV126.14144.85121.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=29.40%
G=31.41%
B=39.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171251560.250.2000.39227.6916.4653.53
Hex757D9C1914027e41036
Octal16517523431240473442066
Binary1110101111110110011100110011010001001111110010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,125,156); }

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

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

 a { background-color: rgb(117,125,156); }

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

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

 span { border-color: rgb(117,125,156); }

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