#747D83

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

Shades of Lynch #747D83

Tints of Lynch #747D83

Color information

#747D83 (or 0x747D83) is unknown color: approx Lynch. HEX triplet: 74, 7D and 83. RGB value is (116,125,131). Sum of RGB (Red+Green+Blue) = 116+125+131=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 131 - color contains mainly: blue. Hex color #747D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D83 is #8B827C. Grayscale: #7A7A7A. Windows color (decimal): -9142909 or 8617332. OLE color: 8617332.

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

Color convert

RGB116125131-
CMYK0.110.0500.49
HSL204º6.07%48.43%-
HSV(B)204º11.45%51.37%-
XYZ18.6320.0224.35-
YUV122.99132.52123.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=31.18%
G=33.60%
B=35.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161251310.110.0500.492046.0748.43
Hex747D83B5031cc630
Octal164175203135061314660
Binary11101001111101100000111011101011000111001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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