#728189

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

Shades of Lynch #728189

Tints of Lynch #728189

Color information

#728189 (or 0x728189) is unknown color: approx Lynch. HEX triplet: 72, 81 and 89. RGB value is (114,129,137). Sum of RGB (Red+Green+Blue) = 114+129+137=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #728189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728189 is #8D7E76. Grayscale: #7D7D7D. Windows color (decimal): -9272951 or 9011570. OLE color: 9011570.

HSL color Cylindrical-coordinate representation of color #728189: hue angle of 200.87º 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 #728189 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB114129137-
CMYK0.170.0600.46
HSL200.87º9.16%49.22%-
HSV(B)200.87º16.79%53.73%-
XYZ19.3121.0826.72-
YUV125.43134.53119.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=30%
G=33.95%
B=36.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141291370.170.0600.46200.879.1649.22
Hex72818911602Ec9931
Octal1622012112160563111161
Binary11100101000000110001001100011100101110110010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728189; }

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

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

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

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

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

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

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

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