#71787C

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

Shades of Lynch #71787C

Tints of Lynch #71787C

Color information

#71787C (or 0x71787C) is unknown color: approx Lynch. HEX triplet: 71, 78 and 7C. RGB value is (113,120,124). Sum of RGB (Red+Green+Blue) = 113+120+124=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #71787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787C is #8E8783. Grayscale: #767676. Windows color (decimal): -9340804 or 8157297. OLE color: 8157297.

HSL color Cylindrical-coordinate representation of color #71787C: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71787C is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB113120124-
CMYK0.090.0300.51
HSL201.82º4.64%46.47%-
HSV(B)201.82º8.87%48.63%-
XYZ17.1618.421.72-
YUV118.36131.18124.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=31.65%
G=33.61%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131201240.090.0300.51201.824.6446.47
Hex71787C93033ca52e
Octal161170174113063312556
Binary111000111110001111100100111011001111001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71787C; }

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

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

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

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

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

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

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

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