#72809E

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

Shades of Ship Cove #72809E

Tints of Ship Cove #72809E

Color information

#72809E (or 0x72809E) is unknown color: approx Ship Cove. HEX triplet: 72, 80 and 9E. RGB value is (114,128,158). Sum of RGB (Red+Green+Blue) = 114+128+158=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #72809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72809E is #8D7F61. Grayscale: #7F7F7F. Windows color (decimal): -9273186 or 10387570. OLE color: 10387570.

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

Color convert

RGB114128158-
CMYK0.280.1900.38
HSL220.91º18.49%53.33%-
HSV(B)220.91º27.85%61.96%-
XYZ20.8321.4835.4-
YUV127.23145.36118.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=28.5%
G=32%
B=39.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141281580.280.1900.38220.9118.4953.33
Hex72809E1C13026dd1235
Octal16220023634230463352265
Binary11100101000000010011110111001001101001101101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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