#738089

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

Shades of Lynch #738089

Tints of Lynch #738089

Color information

#738089 (or 0x738089) is unknown color: approx Lynch. HEX triplet: 73, 80 and 89. RGB value is (115,128,137). Sum of RGB (Red+Green+Blue) = 115+128+137=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 128 (50.39% from 255 or 33.68% 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 #738089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738089 is #8C7F76. Grayscale: #7D7D7D. Windows color (decimal): -9207671 or 9011315. OLE color: 9011315.

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

Color convert

RGB115128137-
CMYK0.160.0700.46
HSL204.55º8.73%49.41%-
HSV(B)204.55º16.06%53.73%-
XYZ19.320.8926.68-
YUV125.14134.69120.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=30.26%
G=33.68%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151281370.160.0700.46204.558.7349.41
Hex73808910702Ecd931
Octal1632002112070563151161
Binary11100111000000010001001100001110101110110011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738089; }

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

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

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

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

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

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

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

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