#72789F

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

Shades of Ship Cove #72789F

Tints of Ship Cove #72789F

Color information

#72789F (or 0x72789F) is unknown color: approx Ship Cove. HEX triplet: 72, 78 and 9F. RGB value is (114,120,159). Sum of RGB (Red+Green+Blue) = 114+120+159=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #72789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72789F is #8D8760. Grayscale: #7A7A7A. Windows color (decimal): -9275233 or 10451058. OLE color: 10451058.

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

Color convert

RGB114120159-
CMYK0.280.2500.38
HSL232º18.99%53.53%-
HSV(B)232º28.3%62.35%-
XYZ19.9119.5135.52-
YUV122.65148.51121.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=29.01%
G=30.53%
B=40.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141201590.280.2500.3823218.9953.53
Hex72789F1C19026e81336
Octal16217023734310463502366
Binary1110010111100010011111111001100101001101110100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72789F; }

 p { color: rgb(114,120,159); }

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

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

 a { background-color: rgb(114,120,159); }

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

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

 span { border-color: rgb(114,120,159); }

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