#73809C

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

Shades of Ship Cove #73809C

Tints of Ship Cove #73809C

Color information

#73809C (or 0x73809C) is unknown color: approx Ship Cove. HEX triplet: 73, 80 and 9C. RGB value is (115,128,156). Sum of RGB (Red+Green+Blue) = 115+128+156=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #73809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809C is #8C7F63. Grayscale: #7F7F7F. Windows color (decimal): -9207652 or 10256499. OLE color: 10256499.

HSL color Cylindrical-coordinate representation of color #73809C: hue angle of 220.98º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73809C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115128156-
CMYK0.260.1800.39
HSL220.98º17.15%53.14%-
HSV(B)220.98º26.28%61.18%-
XYZ20.7921.4834.5-
YUV127.3144.19119.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=28.82%
G=32.08%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151281560.260.1800.39220.9817.1553.14
Hex73809C1A12027dd1135
Octal16320023432220473352165
Binary11100111000000010011100110101001001001111101110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73809C; }

 p { color: rgb(115,128,156); }

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

<style>
 a { background-color: #73809C; }

 a { background-color: rgb(115,128,156); }

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

<style>
 span { border-color: #73809C; }

 span { border-color: rgb(115,128,156); }

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