#708087

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

Shades of Lynch #708087

Tints of Lynch #708087

Color information

#708087 (or 0x708087) is unknown color: approx Lynch. HEX triplet: 70, 80 and 87. RGB value is (112,128,135). Sum of RGB (Red+Green+Blue) = 112+128+135=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #708087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708087 is #8F7F78. Grayscale: #7B7B7B. Windows color (decimal): -9404281 or 8880240. OLE color: 8880240.

HSL color Cylindrical-coordinate representation of color #708087: hue angle of 198.26º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #708087 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112128135-
CMYK0.170.0500.47
HSL198.26º9.31%48.43%-
HSV(B)198.26º17.04%52.94%-
XYZ18.7720.6325.91-
YUV124.01134.2119.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 135 (53.12% from 255) = 36%
R=29.87%
G=34.13%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121281350.170.0500.47198.269.3148.43
Hex70808711502Fc6930
Octal1602002072150573061160
Binary11100001000000010000111100011010101111110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708087; }

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

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

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

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

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

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

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

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