#717E88

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

Shades of Lynch #717E88

Tints of Lynch #717E88

Color information

#717E88 (or 0x717E88) is unknown color: approx Lynch. HEX triplet: 71, 7E and 88. RGB value is (113,126,136). Sum of RGB (Red+Green+Blue) = 113+126+136=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #717E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E88 is #8E8177. Grayscale: #7B7B7B. Windows color (decimal): -9339256 or 8945265. OLE color: 8945265.

HSL color Cylindrical-coordinate representation of color #717E88: hue angle of 206.09º 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 #717E88 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113126136-
CMYK0.170.0700.47
HSL206.09º9.24%48.82%-
HSV(B)206.09º16.91%53.33%-
XYZ18.7120.2126.21-
YUV123.25135.19120.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=30.13%
G=33.6%
B=36.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131261360.170.0700.47206.099.2448.82
Hex717E8811702Fce931
Octal1611762102170573161161
Binary1110001111111010001000100011110101111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717E88; }

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

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

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

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

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

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

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

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