#717C84

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

Shades of Lynch #717C84

Tints of Lynch #717C84

Color information

#717C84 (or 0x717C84) is unknown color: approx Lynch. HEX triplet: 71, 7C and 84. RGB value is (113,124,132). Sum of RGB (Red+Green+Blue) = 113+124+132=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #717C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C84 is #8E837B. Grayscale: #797979. Windows color (decimal): -9339772 or 8682609. OLE color: 8682609.

HSL color Cylindrical-coordinate representation of color #717C84: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717C84 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113124132-
CMYK0.140.0600.48
HSL205.26º7.76%48.04%-
HSV(B)205.26º14.39%51.76%-
XYZ18.1819.5924.65-
YUV121.62133.86121.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=30.62%
G=33.60%
B=35.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131241320.140.0600.48205.267.7648.04
Hex717C84E6030cd830
Octal1611742041660603151060
Binary111000111111001000010011101100110000110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,132); }

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

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

 a { background-color: rgb(113,124,132); }

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

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

 span { border-color: rgb(113,124,132); }

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