#708089

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

Shades of Lynch #708089

Tints of Lynch #708089

Color information

#708089 (or 0x708089) is unknown color: approx Lynch. HEX triplet: 70, 80 and 89. RGB value is (112,128,137). Sum of RGB (Red+Green+Blue) = 112+128+137=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #708089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708089 is #8F7F76. Grayscale: #7C7C7C. Windows color (decimal): -9404279 or 9011312. OLE color: 9011312.

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

Color convert

RGB112128137-
CMYK0.180.0700.46
HSL201.6º10.04%48.82%-
HSV(B)201.6º18.25%53.73%-
XYZ18.9220.6926.66-
YUV124.24135.2119.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=29.71%
G=33.95%
B=36.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121281370.180.0700.46201.610.0448.82
Hex70808912702Ecaa31
Octal1602002112270563121261
Binary11100001000000010001001100101110101110110010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708089; }

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

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

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

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

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

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

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

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