#74797C

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

Shades of Lynch #74797C

Tints of Lynch #74797C

Color information

#74797C (or 0x74797C) is unknown color: approx Lynch. HEX triplet: 74, 79 and 7C. RGB value is (116,121,124). Sum of RGB (Red+Green+Blue) = 116+121+124=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #74797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74797C is #8B8683. Grayscale: #777777. Windows color (decimal): -9143940 or 8157556. OLE color: 8157556.

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

Color convert

RGB116121124-
CMYK0.060.0200.51
HSL202.5º3.33%47.06%-
HSV(B)202.5º6.45%48.63%-
XYZ17.6818.8421.77-
YUV119.85130.34125.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=32.13%
G=33.52%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1161211240.060.0200.51202.53.3347.06
Hex74797C62033ca32f
Octal16417117462063312357
Binary1110100111100111111001101001100111100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,121,124); }

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

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

 a { background-color: rgb(116,121,124); }

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

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

 span { border-color: rgb(116,121,124); }

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