#718088

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

Shades of Lynch #718088

Tints of Lynch #718088

Color information

#718088 (or 0x718088) is unknown color: approx Lynch. HEX triplet: 71, 80 and 88. RGB value is (113,128,136). Sum of RGB (Red+Green+Blue) = 113+128+136=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #718088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718088 is #8E7F77. Grayscale: #7C7C7C. Windows color (decimal): -9338744 or 8945777. OLE color: 8945777.

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

Color convert

RGB113128136-
CMYK0.170.0600.47
HSL200.87º9.24%48.82%-
HSV(B)200.87º16.91%53.33%-
XYZ18.9720.7326.29-
YUV124.43134.53119.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=29.97%
G=33.95%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131281360.170.0600.47200.879.2448.82
Hex71808811602Fc9931
Octal1612002102160573111161
Binary11100011000000010001000100011100101111110010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718088; }

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

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

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

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

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

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

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

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