#72809D

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

Shades of Ship Cove #72809D

Tints of Ship Cove #72809D

Color information

#72809D (or 0x72809D) is unknown color: approx Ship Cove. HEX triplet: 72, 80 and 9D. RGB value is (114,128,157). Sum of RGB (Red+Green+Blue) = 114+128+157=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #72809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72809D is #8D7F62. Grayscale: #7E7E7E. Windows color (decimal): -9273187 or 10322034. OLE color: 10322034.

HSL color Cylindrical-coordinate representation of color #72809D: hue angle of 220.47º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72809D is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114128157-
CMYK0.270.1800.38
HSL220.47º17.99%53.14%-
HSV(B)220.47º27.39%61.57%-
XYZ20.7421.4534.95-
YUV127.12144.86118.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=28.57%
G=32.08%
B=39.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141281570.270.1800.38220.4717.9953.14
Hex72809D1B12026dc1235
Octal16220023533220463342265
Binary11100101000000010011101110111001001001101101110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,128,157); }

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

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

 a { background-color: rgb(114,128,157); }

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

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

 span { border-color: rgb(114,128,157); }

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