#737D83

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

Shades of Lynch #737D83

Tints of Lynch #737D83

Color information

#737D83 (or 0x737D83) is unknown color: approx Lynch. HEX triplet: 73, 7D and 83. RGB value is (115,125,131). Sum of RGB (Red+Green+Blue) = 115+125+131=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 131 - color contains mainly: blue. Hex color #737D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D83 is #8C827C. Grayscale: #7A7A7A. Windows color (decimal): -9208445 or 8617331. OLE color: 8617331.

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

Color convert

RGB115125131-
CMYK0.120.0500.49
HSL202.5º6.5%48.24%-
HSV(B)202.5º12.21%51.37%-
XYZ18.519.9524.35-
YUV122.69132.69122.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=31.00%
G=33.69%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151251310.120.0500.49202.56.548.24
Hex737D83C5031ca730
Octal163175203145061312760
Binary11100111111101100000111100101011000111001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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