#708088

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

Shades of Lynch #708088

Tints of Lynch #708088

Color information

#708088 (or 0x708088) is unknown color: approx Lynch. HEX triplet: 70, 80 and 88. RGB value is (112,128,136). Sum of RGB (Red+Green+Blue) = 112+128+136=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #708088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708088 is #8F7F77. Grayscale: #7C7C7C. Windows color (decimal): -9404280 or 8945776. OLE color: 8945776.

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

Color convert

RGB112128136-
CMYK0.180.0600.47
HSL200º9.68%48.63%-
HSV(B)200º17.65%53.33%-
XYZ18.8520.6626.29-
YUV124.13134.7119.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=29.79%
G=34.04%
B=36.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121281360.180.0600.472009.6848.63
Hex70808812602Fc8a31
Octal1602002102260573101261
Binary11100001000000010001000100101100101111110010001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708088; }

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

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

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

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

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

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

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

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