#717D83

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

Shades of Lynch #717D83

Tints of Lynch #717D83

Color information

#717D83 (or 0x717D83) is unknown color: approx Lynch. HEX triplet: 71, 7D and 83. RGB value is (113,125,131). Sum of RGB (Red+Green+Blue) = 113+125+131=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 131 - color contains mainly: blue. Hex color #717D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D83 is #8E827C. Grayscale: #7A7A7A. Windows color (decimal): -9339517 or 8617329. OLE color: 8617329.

HSL color Cylindrical-coordinate representation of color #717D83: hue angle of 200º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717D83 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113125131-
CMYK0.140.0500.49
HSL200º7.38%47.84%-
HSV(B)200º13.74%51.37%-
XYZ18.2419.8224.34-
YUV122.1133.02121.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=30.62%
G=33.88%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131251310.140.0500.492007.3847.84
Hex717D83E5031c8730
Octal161175203165061310760
Binary11100011111101100000111110101011000111001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,125,131); }

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

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

 a { background-color: rgb(113,125,131); }

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

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

 span { border-color: rgb(113,125,131); }

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