#728089

Color #728089 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #728089

Tints of Lynch #728089

Color information

#728089 (or 0x728089) is unknown color: approx Lynch. HEX triplet: 72, 80 and 89. RGB value is (114,128,137). Sum of RGB (Red+Green+Blue) = 114+128+137=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #728089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728089 is #8D7F76. Grayscale: #7C7C7C. Windows color (decimal): -9273207 or 9011314. OLE color: 9011314.

HSL color Cylindrical-coordinate representation of color #728089: hue angle of 203.48º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728089 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB114128137-
CMYK0.170.0700.46
HSL203.48º9.16%49.22%-
HSV(B)203.48º16.79%53.73%-
XYZ19.1720.8226.68-
YUV124.84134.86120.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=30.08%
G=33.77%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141281370.170.0700.46203.489.1649.22
Hex72808911702Ecb931
Octal1622002112170563131161
Binary11100101000000010001001100011110101110110010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728089; }

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

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

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

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

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

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

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

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