#75799D

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

Shades of Ship Cove #75799D

Tints of Ship Cove #75799D

Color information

#75799D (or 0x75799D) is unknown color: approx Ship Cove. HEX triplet: 75, 79 and 9D. RGB value is (117,121,157). Sum of RGB (Red+Green+Blue) = 117+121+157=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #75799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75799D is #8A8662. Grayscale: #7B7B7B. Windows color (decimal): -9078371 or 10320245. OLE color: 10320245.

HSL color Cylindrical-coordinate representation of color #75799D: hue angle of 234º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75799D is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117121157-
CMYK0.250.2300.38
HSL234º16.95%53.73%-
HSV(B)234º25.48%61.57%-
XYZ20.2619.8934.67-
YUV123.91146.67123.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=29.62%
G=30.63%
B=39.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171211570.250.2300.3823416.9553.73
Hex75799D1917026ea1136
Octal16517123531270463522166
Binary1110101111100110011101110011011101001101110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75799D; }

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

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

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

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

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

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

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

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